Class ActiveDirectoryRuleBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual Active Directory rule base class.
public class ActiveDirectoryRuleBase : GlobalSerializableClassicBase, IComparable<ActiveDirectoryRuleBase>
- Inheritance
-
ActiveDirectoryRuleBase
- Implements
- Derived
Constructors
ActiveDirectoryRuleBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryRuleBase class.
public ActiveDirectoryRuleBase()
Properties
Account
Gets or sets the account assigned to the rule.
public SerializableAccountReference Account { get; set; }
Property Value
- SerializableAccountReference
InheritedObjectTypeName
Gets or sets the type name of the object type to which the rule will be inherited. A value of String.Empty indicates all object types.
public string InheritedObjectTypeName { get; set; }
Property Value
IsInherited
Gets or sets whether the rule is inherited from a parent object.
public BooleanOption IsInherited { get; set; }
Property Value
ObjectTypeName
Gets or sets the type name of the object or extended right to which the rule applies.
public string ObjectTypeName { get; set; }
Property Value
PropagationType
Gets or sets the propagation type for this rule.
public ActiveDirectoryRulePropagationType PropagationType { get; set; }
Property Value
PropagationTypeString
Gets the propagation type in a human readable format - for example applies to "This object only".
public string PropagationTypeString { get; set; }
Property Value
Rights
Gets or sets the access rights for the rule.
public ActiveDirectoryRights Rights { get; set; }
Property Value
RightsStrings
Gets the access rights for the rule.
public SerializableStringCollection RightsStrings { get; }
Property Value
- SerializableStringCollection
Methods
CompareTo(ActiveDirectoryRuleBase)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryRuleBase objects to allow sorting alphabetically by account name.
public int CompareTo(ActiveDirectoryRuleBase other)
Parameters
other
ActiveDirectoryRuleBaseThe CENTREL.XIA.Configuration.Types.ActiveDirectoryRuleBase to compare to.
Returns
Remarks
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryRuleBase objects.