Class SentinetEmailAddressAttribute
  
  
  
  
    Inheritance
    
    SentinetEmailAddressAttribute
   
  
  Assembly: Nevatech.Vsb.Repository.dll
  Syntax
  
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class SentinetEmailAddressAttribute : RegularExpressionAttribute
   
  
  
  Constructors
  
  
  
  
  SentinetEmailAddressAttribute()
  
  
  Declaration
  
    public SentinetEmailAddressAttribute()
   
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public override string FormatErrorMessage(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | String | 
        name | 
         | 
      
    
  
  Returns
  
  
  
  
  IsValid(Object)
  
  
  Declaration
  
    public override bool IsValid(object value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        value | 
         | 
      
    
  
  Returns