C# Class Hd.Portal.Comment

Inheritance: CommentDTO, IEntity
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Méthodes publiques

Méthode Description
Delete ( int id ) : void
RetrieveOrCreate ( int id ) : Comment
Save ( ) : void
TryRetrieve ( int id, Comment &comment ) : bool

Method Details

Delete() public static méthode

public static Delete ( int id ) : void
id int
Résultat void

RetrieveOrCreate() public static méthode

public static RetrieveOrCreate ( int id ) : Comment
id int
Résultat Comment

Save() public méthode

public Save ( ) : void
Résultat void

TryRetrieve() public static méthode

public static TryRetrieve ( int id, Comment &comment ) : bool
id int
comment Comment
Résultat bool