C# 클래스 EventManagerPro.Models.SubEventModel

Model class for SubEvents.
상속: BaseModel, IDataErrorInfo
파일 보기 프로젝트 열기: sagittaros/EventManagerModel 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

NameIsValid() 공개 메소드

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

SubEventModel() 공개 메소드

Initializes a new instance of the SubEventModel class.
public SubEventModel ( ) : System
리턴 System

SubEventModel() 공개 메소드

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

VenueIsValid() 공개 메소드

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

this() 공개 메소드

public this ( string propertyName ) : string
propertyName string
리턴 string