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