RuleIdParameter Members

Include Protected Members
Include Inherited Members

Identifies a transport rule.

The RuleIdParameter type exposes the following members.

Constructors

  Name Description
Public method RuleIdParameter() Intitializes a new instance of the RuleIdParameter class.
Public method RuleIdParameter(INamedIdentity) Intitializes a new instance of the RuleIdParameter class for the specified named identity.
Public method RuleIdParameter(ADObjectId) Intitializes a new instance of the RuleIdParameter class with the specified Active Directory object identifier.
Public method RuleIdParameter(String) Intitializes a new instance of the RuleIdParameter class from the specified identifier.

Top

Properties

  Name Description
Protected property AdditionalQueryFilter (Inherited from ADIdParameter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public methodStatic member GetRuleCollectionId Returns the Active Directory object identifier of the transport rule collection.
Public methodStatic member GetRuleCollectionRdn Returns the DN of the specified transport rule collection.
Public method GetType (Inherited from Object.)
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse
Public method ToString (Inherited from ADIdParameter.)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Operators

  Name Description
Public operatorStatic member Explicit(RuleIdParameter to String)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top