C# 클래스 CapRaffle.PopulateDatabase.Event

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: capgemini-stavanger/CapRaffle 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnAvailableSpotsChanged void
OnAvailableSpotsChanging void
OnCategoryIdChanged void
OnCategoryIdChanging void
OnCreatedChanged void
OnCreatedChanging void
OnCreatorChanged void
OnCreatorChanging void
OnDeadLineChanged void
OnDeadLineChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnEventIdChanged void
OnEventIdChanging void
OnInformationUrlChanged void
OnInformationUrlChanging void
OnIsAutomaticDrawingChanged void
OnIsAutomaticDrawingChanging void
OnNameChanged void
OnNameChanging void
OnStartTimeChanged void
OnStartTimeChanging void

공개 메소드들

메소드 설명
CreateEvent ( global eventId, global name, global created, global creator, global availableSpots, global deadLine, global categoryId, global startTime, global isAutomaticDrawing ) : Event

Create a new Event object.

비공개 메소드들

메소드 설명
OnAvailableSpotsChanged ( ) : void
OnAvailableSpotsChanging ( global value ) : void
OnCategoryIdChanged ( ) : void
OnCategoryIdChanging ( global value ) : void
OnCreatedChanged ( ) : void
OnCreatedChanging ( global value ) : void
OnCreatorChanged ( ) : void
OnCreatorChanging ( global value ) : void
OnDeadLineChanged ( ) : void
OnDeadLineChanging ( global value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( global value ) : void
OnInformationUrlChanged ( ) : void
OnInformationUrlChanging ( global value ) : void
OnIsAutomaticDrawingChanged ( ) : void
OnIsAutomaticDrawingChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnStartTimeChanged ( ) : void
OnStartTimeChanging ( global value ) : void

메소드 상세

CreateEvent() 공개 정적인 메소드

Create a new Event object.
public static CreateEvent ( global eventId, global name, global created, global creator, global availableSpots, global deadLine, global categoryId, global startTime, global isAutomaticDrawing ) : Event
eventId global Initial value of the EventId property.
name global Initial value of the Name property.
created global Initial value of the Created property.
creator global Initial value of the Creator property.
availableSpots global Initial value of the AvailableSpots property.
deadLine global Initial value of the DeadLine property.
categoryId global Initial value of the CategoryId property.
startTime global Initial value of the StartTime property.
isAutomaticDrawing global Initial value of the IsAutomaticDrawing property.
리턴 Event