| Member | Description |
|---|---|
GetBusinessObject |
Override the GetBusinessObject method public virtual IBusinessObject GetBusinessObject(); |
LoadEntity |
Load Entity public static CommentBusinessEntity LoadEntity( Guid id ); |
NewEntity |
NewEntity public static CommentBusinessEntity NewEntity( Guid postId ); |
Save |
Saves the entity public virtual bool Save(); |
Approved |
Property for bApproved |
Comment |
Property for cComment |
Content |
Property for fk_content |
DatePosted |
Date comment was posted |
Email |
Property for cEmail |
Homepage |
Property for cHomepage |
Name |
Property for cName |
Title |
Property for cTitle |