C# Class Hd.Portal.Comment

Inheritance: CommentDTO, IEntity
Exibir arquivo Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

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

Method Details

Delete() public static method

public static Delete ( int id ) : void
id int
return void

RetrieveOrCreate() public static method

public static RetrieveOrCreate ( int id ) : Comment
id int
return Comment

Save() public method

public Save ( ) : void
return void

TryRetrieve() public static method

public static TryRetrieve ( int id, Comment &comment ) : bool
id int
comment Comment
return bool