C# 클래스 EventManagerPro.DBLayer.DomainModels.SubEventModel

파일 보기 프로젝트 열기: sagittaros/EventManagerModel

공개 메소드들

메소드 설명
create ( int eventId, int venueId, System.DateTime start, System.DateTime end, string name = "" ) : SubEvent
createObj ( SubEvent e ) : SubEvent
deleteById ( int id ) : void
getAll ( ) : List
getAllByEventID ( int id ) : List
getAllByVenueIDAndTime ( int id, System.DateTime start, System.DateTime end, int eventId ) : List
getByID ( int id ) : SubEvent
update ( int id, int eventId, int venueId, System.DateTime start, System.DateTime end, string name = "" ) : SubEvent
updateObj ( SubEvent e ) : SubEvent

메소드 상세

create() 공개 정적인 메소드

public static create ( int eventId, int venueId, System.DateTime start, System.DateTime end, string name = "" ) : SubEvent
eventId int
venueId int
start System.DateTime
end System.DateTime
name string
리턴 SubEvent

createObj() 공개 정적인 메소드

public static createObj ( SubEvent e ) : SubEvent
e SubEvent
리턴 SubEvent

deleteById() 공개 정적인 메소드

public static deleteById ( int id ) : void
id int
리턴 void

getAll() 공개 정적인 메소드

public static getAll ( ) : List
리턴 List

getAllByEventID() 공개 정적인 메소드

public static getAllByEventID ( int id ) : List
id int
리턴 List

getAllByVenueIDAndTime() 공개 정적인 메소드

public static getAllByVenueIDAndTime ( int id, System.DateTime start, System.DateTime end, int eventId ) : List
id int
start System.DateTime
end System.DateTime
eventId int
리턴 List

getByID() 공개 정적인 메소드

public static getByID ( int id ) : SubEvent
id int
리턴 SubEvent

update() 공개 정적인 메소드

public static update ( int id, int eventId, int venueId, System.DateTime start, System.DateTime end, string name = "" ) : SubEvent
id int
eventId int
venueId int
start System.DateTime
end System.DateTime
name string
리턴 SubEvent

updateObj() 공개 정적인 메소드

public static updateObj ( SubEvent e ) : SubEvent
e SubEvent
리턴 SubEvent