C# Class Rock.Data.NotEmptyGuidAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
IsValid ( object value ) : bool

Determines whether the specified value of the object is valid.

NotEmptyGuidAttribute ( ) : System

Initializes a new instance of the NotEmptyGuidAttribute class.

Method Details

IsValid() public méthode

Determines whether the specified value of the object is valid.
public IsValid ( object value ) : bool
value object The value of the object to validate.
Résultat bool

NotEmptyGuidAttribute() public méthode

Initializes a new instance of the NotEmptyGuidAttribute class.
public NotEmptyGuidAttribute ( ) : System
Résultat System