Class SubstitutionRule
Defines a substitution list for an organization.
Inheritance
System.Object
    SubstitutionRule
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SubstitutionRuleProperties
Active
Gets a value indicating whether the rule is active.
Declaration
public bool Active { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Guid
Gets the Guid of the rule.
Declaration
public string Guid { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Gets the name of the rule.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |