C# Class EventManagerPro.Models.EventModel

Mode class for Events.
Inheritance: BaseModel, IDataErrorInfo
Mostra file Open project: sagittaros/EventManagerModel Class Usage Examples

Public Methods

Method 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 method

public CapacityIsValid ( int value ) : bool
value int
return bool

DescriptionIsValid() public method

public DescriptionIsValid ( string value ) : bool
value string
return bool

EventModel() public method

public EventModel ( ) : System
return System

EventModel() public method

public EventModel ( EventManagerPro.DBLayer e ) : System
e EventManagerPro.DBLayer
return System

NameIsValid() public method

public NameIsValid ( string value ) : bool
value string
return bool

this() public method

public this ( string propertyName ) : string
propertyName string
return string