C# 클래스 PhotoEntity.Controllers.Manager

파일 보기 프로젝트 열기: peteratseneca/bti420winter2016 1 사용 예제들

공개 메소드들

메소드 설명
LoadData ( ) : bool
Manager ( ) : System
PropertyAdd ( PropertyAdd newItem ) : PropertyBase
PropertyDelete ( int id ) : bool
PropertyEdit ( PropertyBase newItem ) : PropertyBase
PropertyGetAll ( ) : IEnumerable
PropertyGetById ( int id ) : PropertyBase
PropertyGetByIdWithPhotoInfo ( int id ) : PropertyWithPhotoStringIds
PropertyPhotoAdd ( PhotoAdd newItem ) : PropertyBase
PropertyPhotoGetById ( string stringId ) : PhotoContent
RemoveData ( ) : bool
RemoveDatabase ( ) : bool
RoleClaimGetAllStrings ( ) : List

메소드 상세

LoadData() 공개 메소드

public LoadData ( ) : bool
리턴 bool

Manager() 공개 메소드

public Manager ( ) : System
리턴 System

PropertyAdd() 공개 메소드

public PropertyAdd ( PropertyAdd newItem ) : PropertyBase
newItem PropertyAdd
리턴 PropertyBase

PropertyDelete() 공개 메소드

public PropertyDelete ( int id ) : bool
id int
리턴 bool

PropertyEdit() 공개 메소드

public PropertyEdit ( PropertyBase newItem ) : PropertyBase
newItem PropertyBase
리턴 PropertyBase

PropertyGetAll() 공개 메소드

public PropertyGetAll ( ) : IEnumerable
리턴 IEnumerable

PropertyGetById() 공개 메소드

public PropertyGetById ( int id ) : PropertyBase
id int
리턴 PropertyBase

PropertyGetByIdWithPhotoInfo() 공개 메소드

public PropertyGetByIdWithPhotoInfo ( int id ) : PropertyWithPhotoStringIds
id int
리턴 PropertyWithPhotoStringIds

PropertyPhotoAdd() 공개 메소드

public PropertyPhotoAdd ( PhotoAdd newItem ) : PropertyBase
newItem PhotoAdd
리턴 PropertyBase

PropertyPhotoGetById() 공개 메소드

public PropertyPhotoGetById ( string stringId ) : PhotoContent
stringId string
리턴 PhotoContent

RemoveData() 공개 메소드

public RemoveData ( ) : bool
리턴 bool

RemoveDatabase() 공개 메소드

public RemoveDatabase ( ) : bool
리턴 bool

RoleClaimGetAllStrings() 공개 메소드

public RoleClaimGetAllStrings ( ) : List
리턴 List