C# Class PhotoEntity.Controllers.Manager

Afficher le fichier Open project: peteratseneca/bti420winter2016 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public LoadData ( ) : bool
Résultat bool

Manager() public méthode

public Manager ( ) : System
Résultat System

PropertyAdd() public méthode

public PropertyAdd ( PropertyAdd newItem ) : PropertyBase
newItem PropertyAdd
Résultat PropertyBase

PropertyDelete() public méthode

public PropertyDelete ( int id ) : bool
id int
Résultat bool

PropertyEdit() public méthode

public PropertyEdit ( PropertyBase newItem ) : PropertyBase
newItem PropertyBase
Résultat PropertyBase

PropertyGetAll() public méthode

public PropertyGetAll ( ) : IEnumerable
Résultat IEnumerable

PropertyGetById() public méthode

public PropertyGetById ( int id ) : PropertyBase
id int
Résultat PropertyBase

PropertyGetByIdWithPhotoInfo() public méthode

public PropertyGetByIdWithPhotoInfo ( int id ) : PropertyWithPhotoStringIds
id int
Résultat PropertyWithPhotoStringIds

PropertyPhotoAdd() public méthode

public PropertyPhotoAdd ( PhotoAdd newItem ) : PropertyBase
newItem PhotoAdd
Résultat PropertyBase

PropertyPhotoGetById() public méthode

public PropertyPhotoGetById ( string stringId ) : PhotoContent
stringId string
Résultat PhotoContent

RemoveData() public méthode

public RemoveData ( ) : bool
Résultat bool

RemoveDatabase() public méthode

public RemoveDatabase ( ) : bool
Résultat bool

RoleClaimGetAllStrings() public méthode

public RoleClaimGetAllStrings ( ) : List
Résultat List