

Public Types | |
| enum | ConfigurationType { None, Workgroup, ClientServer } |
| Defines the different types of synchronization configurations. More... | |
Public Member Functions | |
| Domain (Store store, string domainName, string domainID, string description, SyncRoles role, ConfigurationType configType) | |
| Domain (Store storeObject, Node node) | |
| Constructor to create an existing Domain object from a Node object. | |
| Domain (Store storeObject, ShallowNode shallowNode) | |
| Constructor for creating an existing Domain object from a ShallowNode. | |
| bool | IsLoginDisabledForUser (Member member) |
| Returns if the specified user's login is disabled. | |
| bool | IsLoginDisabled (string userID) |
| Returns if the specified user's login is disabled. | |
| bool | GetLoginpolicy (string userID) |
| Returns if the specified user's login is disabled. | |
| void | SetLoginDisabled (string userID, bool disable) |
| Sets the specified user's login disabled status. | |
| override string | ToString () |
| Obtains the string representation of this instance. | |
Static Public Attributes | |
| static string | SectionName = "Domain" |
| Configuration section name where enterprise key value pairs are stored. | |
| static readonly Version | CurrentDomainVersion = new Version( "1.0.0.0" ) |
| Current version of the domain. | |
Properties | |
| ConfigurationType | ConfigType [get] |
| Gets the domain configuration type. | |
| string | Description [get, set] |
| Gets or sets the domain description. | |
| ulong | SystemSyncStatus [get, set] |
| Catalog , Domain Sync status. | |
| Version | ServerVersion [get, set] |
| Gets or sets the version of this domain. | |
| bool | SupportsNewInvitation [get] |
| Used to determine if the domain supports the new invitation model. | |
| Version | DomainVersion [get, set] |
| Gets or sets the version of this domain. | |
Defines the different types of synchronization configurations.
| Simias::Storage::Domain::Domain | ( | Store | store, | |
| string | domainName, | |||
| string | domainID, | |||
| string | description, | |||
| SyncRoles | role, | |||
| ConfigurationType | configType | |||
| ) | [inline] |
| store | Store object. | |
| domainName | Name of the domain. | |
| domainID | Well known unique identifier for the domain. | |
| description | String that describes this domain. | |
| role | The type of synchronization role this domain has. | |
| configType | The synchronization configuration type for this domain. |
| Simias::Storage::Domain::Domain | ( | Store | storeObject, | |
| ShallowNode | shallowNode | |||
| ) | [inline] |
Constructor for creating an existing Domain object from a ShallowNode.
| storeObject | Store object that this collection belongs to. | |
| shallowNode | A ShallowNode object. |
| bool Simias::Storage::Domain::IsLoginDisabledForUser | ( | Member | member | ) | [inline] |
Returns if the specified user's login is disabled.
| userID | User ID for the member to check. |
| bool Simias::Storage::Domain::IsLoginDisabled | ( | string | userID | ) | [inline] |
Returns if the specified user's login is disabled.
| userID | User ID for the member to check. |
| bool Simias::Storage::Domain::GetLoginpolicy | ( | string | userID | ) | [inline] |
Returns if the specified user's login is disabled.
| userID | User ID for the member to check. |
| void Simias::Storage::Domain::SetLoginDisabled | ( | string | userID, | |
| bool | disable | |||
| ) | [inline] |
Sets the specified user's login disabled status.
| userID | User ID for the member to set the status for. | |
| disable | True to disable login or False to enable login. |
| override string Simias::Storage::Domain::ToString | ( | ) | [inline] |
Obtains the string representation of this instance.
string Simias::Storage::Domain::SectionName = "Domain" [static] |
Configuration section name where enterprise key value pairs are stored.
readonly Version Simias::Storage::Domain::CurrentDomainVersion = new Version( "1.0.0.0" ) [static] |
Current version of the domain.
ConfigurationType Simias::Storage::Domain::ConfigType [get] |
Gets the domain configuration type.
string Simias::Storage::Domain::Description [get, set] |
Gets or sets the domain description.
ulong Simias::Storage::Domain::SystemSyncStatus [get, set] |
Catalog , Domain Sync status.
Version Simias::Storage::Domain::ServerVersion [get, set] |
Gets or sets the version of this domain.
bool Simias::Storage::Domain::SupportsNewInvitation [get] |
Used to determine if the domain supports the new invitation model.
Version Simias::Storage::Domain::DomainVersion [get, set] |
Gets or sets the version of this domain.
1.5.6