Click or drag to resize

CommentWeb Class

Comment
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class CommentWeb : DataContractEntityWeb

The CommentWeb type exposes the following members.

Constructors
  NameDescription
Public methodCommentWeb
Top
Properties
  NameDescription
Public propertyCreatedBy
Name of the person that created this comment.
Public propertyDate
Date of the comment
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyOwnerId
Optional field, set this if owner created comment
Public propertyText
Text
Top
See Also