Method | 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 |
public NameIsValid ( string value ) : bool | ||
value | string | Name to be updated. |
return | bool |
public SubEventModel ( EventManagerPro.DBLayer s ) : System | ||
s | EventManagerPro.DBLayer | SubEvent database entity object. |
return | System |
public VenueIsValid ( int value ) : bool | ||
value | int | VenueId to be updated. |
return | bool |