Class Validator
Represents meta class validator wrapper.
Inheritance
System.Object
    Validator
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class Validator : IXmlSerializable, IChangeTracking
  Constructors
Validator()
Initializes a new instance of the Validator class.
Declaration
public Validator()
  Validator(String)
Initializes a new instance of the Validator class.
Declaration
public Validator(string typeName)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | typeName | Name of the type.  | 
      
Validator(Type)
Initializes a new instance of the Validator class.
Declaration
public Validator(Type type)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Type | type | The type.  | 
      
Properties
Params
Declaration
public NameValueCollection Params { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Specialized.NameValueCollection | 
TypeName
Gets or sets the name of the type.
Declaration
public string TypeName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The name of the type.  | 
      
Explicit Interface Implementations
IChangeTracking.AcceptChanges()
Accepts the changes.
Declaration
void IChangeTracking.AcceptChanges()
  IChangeTracking.IsChanged
Gets a value indicating whether this instance is changed.
Declaration
bool IChangeTracking.IsChanged { get; }
  Returns
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
Implements
      System.Xml.Serialization.IXmlSerializable