OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Services.Interfaces.AuthorizationResponse Class Reference

Public Member Functions

 AuthorizationResponse ()
 
 AuthorizationResponse (bool isAuthorized, string message)
 

Properties

bool IsAuthorized [get, set]
 
string Message [get, set]
 

Detailed Description

Definition at line 121 of file IAuthorizationService.cs.

Constructor & Destructor Documentation

OpenSim.Services.Interfaces.AuthorizationResponse.AuthorizationResponse ( )
inline

Definition at line 126 of file IAuthorizationService.cs.

OpenSim.Services.Interfaces.AuthorizationResponse.AuthorizationResponse ( bool  isAuthorized,
string  message 
)
inline

Definition at line 130 of file IAuthorizationService.cs.

Property Documentation

bool OpenSim.Services.Interfaces.AuthorizationResponse.IsAuthorized
getset

Definition at line 137 of file IAuthorizationService.cs.

string OpenSim.Services.Interfaces.AuthorizationResponse.Message
getset

Definition at line 143 of file IAuthorizationService.cs.


The documentation for this class was generated from the following file: