C# Class Visual.Domain.Comment

Mostra file Open project: 23/23-api-dotnet Class Usage Examples

Public Properties

Property Type Description
CommentId int?
Content string
ContentText string
CreationDateANSI string
Email string
Name string
ObjectId int?
ObjectType CommentObjectType
PrettyDate string
PrettyTime string
ShortDate string
TruncatedName string
UserId int?

Property Details

CommentId public_oe property

public int? CommentId
return int?

Content public_oe property

public string Content
return string

ContentText public_oe property

public string ContentText
return string

CreationDateANSI public_oe property

public string CreationDateANSI
return string

Email public_oe property

public string Email
return string

Name public_oe property

public string Name
return string

ObjectId public_oe property

public int? ObjectId
return int?

ObjectType public_oe property

public CommentObjectType ObjectType
return CommentObjectType

PrettyDate public_oe property

public string PrettyDate
return string

PrettyTime public_oe property

public string PrettyTime
return string

ShortDate public_oe property

public string ShortDate
return string

TruncatedName public_oe property

public string TruncatedName
return string

UserId public_oe property

public int? UserId
return int?