C# Class EventManagerPro.Models.SubEventModel

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

Méthodes publiques

Méthode Description
NameIsValid ( string value ) : bool

Checks if the input for Name property is valid.

SubEventModel ( ) : System

Initializes a new instance of the SubEventModel class.

SubEventModel ( EventManagerPro.DBLayer s ) : System

Initializes a new instance of the SubEventModel class.

VenueIsValid ( int value ) : bool

Checks if the input for VenueId property is valid.

this ( string propertyName ) : string

Method Details

NameIsValid() public méthode

Checks if the input for Name property is valid.
public NameIsValid ( string value ) : bool
value string Name to be updated.
Résultat bool

SubEventModel() public méthode

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

SubEventModel() public méthode

Initializes a new instance of the SubEventModel class.
public SubEventModel ( EventManagerPro.DBLayer s ) : System
s EventManagerPro.DBLayer SubEvent database entity object.
Résultat System

VenueIsValid() public méthode

Checks if the input for VenueId property is valid.
public VenueIsValid ( int value ) : bool
value int VenueId to be updated.
Résultat bool

this() public méthode

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