
Public Member Functions | |
| DomainInformation () | |
| Constructor. | |
| DomainInformation (string domainID) | |
| Constructs a DomainInformation object. | |
| override string | ToString () |
| Create a string representation. | |
Public Attributes | |
| DomainType | Type |
| Domain Type. | |
| bool | Active |
| Domain Active true - a state where collections belonging to the domain can synchronize, remote invitations can occur etc. false - no remote actions will take place. | |
| bool | Authenticated |
| Indicates if the domain is authenticated or not. | |
| string | Name |
| Domain Name. | |
| string | Description |
| Domain Description. | |
| string | ID |
| Domain ID. | |
| string | MemberUserID |
| The unique member/user ID. | |
| string | MemberName |
| The name of the member object. | |
| string | RemoteUrl |
| Url to the remote domain service. | |
| string | POBoxID |
| POBox ID. | |
| string | HostUrl |
| The Simias URL for this domain. | |
| string | Host |
| The host for this domain. | |
| bool | IsSlave |
| True if the local domain is a slave (client). | |
| bool | IsDefault |
| True if the local domain is the default domain. | |
| Simias.Authentication.StatusCodes | StatusCode |
| The status of the authentication request. | |
| int | RemainingGraceLogins |
| The grace logins remaining. Valid if StatusCode == StatusCode.SuccessInGrace. | |
| Simias::Web::DomainInformation::DomainInformation | ( | ) | [inline] |
Constructor.
| Simias::Web::DomainInformation::DomainInformation | ( | string | domainID | ) | [inline] |
Constructs a DomainInformation object.
| domainID | The ID of the domain to base this object on. |
| override string Simias::Web::DomainInformation::ToString | ( | ) | [inline] |
Create a string representation.
| DomainType Simias::Web::DomainInformation::Type |
Domain Type.
Domain Active true - a state where collections belonging to the domain can synchronize, remote invitations can occur etc. false - no remote actions will take place.
Indicates if the domain is authenticated or not.
Domain Name.
Domain Description.
Domain ID.
The unique member/user ID.
The name of the member object.
Url to the remote domain service.
POBox ID.
The Simias URL for this domain.
The host for this domain.
True if the local domain is a slave (client).
True if the local domain is the default domain.
| Simias.Authentication.StatusCodes Simias::Web::DomainInformation::StatusCode |
The status of the authentication request.
The grace logins remaining. Valid if StatusCode == StatusCode.SuccessInGrace.
1.5.6