C# Class EventManagerPro.Models.EventModel

Mode class for Events.
Inheritance: BaseModel, IDataErrorInfo
Afficher le fichier Open project: sagittaros/EventManagerModel Class Usage Examples

Méthodes publiques

Méthode Description
CapacityIsValid ( int value ) : bool
DescriptionIsValid ( string value ) : bool
EventModel ( ) : System
EventModel ( EventManagerPro.DBLayer e ) : System
NameIsValid ( string value ) : bool
this ( string propertyName ) : string

Method Details

CapacityIsValid() public méthode

public CapacityIsValid ( int value ) : bool
value int
Résultat bool

DescriptionIsValid() public méthode

public DescriptionIsValid ( string value ) : bool
value string
Résultat bool

EventModel() public méthode

public EventModel ( ) : System
Résultat System

EventModel() public méthode

public EventModel ( EventManagerPro.DBLayer e ) : System
e EventManagerPro.DBLayer
Résultat System

NameIsValid() public méthode

public NameIsValid ( string value ) : bool
value string
Résultat bool

this() public méthode

public this ( string propertyName ) : string
propertyName string
Résultat string