C# Class Sitecore.Modules.WeBlog.Model.Comment

Represents an abstract comment
ファイルを表示 Open project: WeTeam/WeBlog Class Usage Examples

Public Methods

Method Description
Comment ( ) : System.Collections.Generic
GetHash ( ) : string

Gets a hash for this comment

Method Details

Comment() public method

public Comment ( ) : System.Collections.Generic
return System.Collections.Generic

GetHash() public method

Gets a hash for this comment
public GetHash ( ) : string
return string