C# Class PhotoEntity.Controllers.Manager

ファイルを表示 Open project: peteratseneca/bti420winter2016 Class Usage Examples

Public Methods

Method Description
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

Method Details

LoadData() public method

public LoadData ( ) : bool
return bool

Manager() public method

public Manager ( ) : System
return System

PropertyAdd() public method

public PropertyAdd ( PropertyAdd newItem ) : PropertyBase
newItem PropertyAdd
return PropertyBase

PropertyDelete() public method

public PropertyDelete ( int id ) : bool
id int
return bool

PropertyEdit() public method

public PropertyEdit ( PropertyBase newItem ) : PropertyBase
newItem PropertyBase
return PropertyBase

PropertyGetAll() public method

public PropertyGetAll ( ) : IEnumerable
return IEnumerable

PropertyGetById() public method

public PropertyGetById ( int id ) : PropertyBase
id int
return PropertyBase

PropertyGetByIdWithPhotoInfo() public method

public PropertyGetByIdWithPhotoInfo ( int id ) : PropertyWithPhotoStringIds
id int
return PropertyWithPhotoStringIds

PropertyPhotoAdd() public method

public PropertyPhotoAdd ( PhotoAdd newItem ) : PropertyBase
newItem PhotoAdd
return PropertyBase

PropertyPhotoGetById() public method

public PropertyPhotoGetById ( string stringId ) : PhotoContent
stringId string
return PhotoContent

RemoveData() public method

public RemoveData ( ) : bool
return bool

RemoveDatabase() public method

public RemoveDatabase ( ) : bool
return bool

RoleClaimGetAllStrings() public method

public RoleClaimGetAllStrings ( ) : List
return List