Class DbDomainValue
  All classes that represents list of values that define a domain must implement this interface.
 
  
  
    Inheritance
    
    DbDomainValue
      
   
  
  
  Assembly: WMServer.dll
  Syntax
  
    public abstract class DbDomainValue
   
  Constructors
  
  DbDomainValue(string)
  
  
  Declaration
  
    protected DbDomainValue(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | string | 
        name | 
         | 
      
    
  
  Properties
  
  Documentation
  
  
  Declaration
  
    public string Documentation { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
  
  Status
  
  
  Declaration
  
    public DomainValueStatus Status { get; set; }
   
  Property Value