Inheritance
System.Object
InstanceData_Comment_Entry
Assembly: Simplic.Framework.EF.dll
public class InstanceData_Comment_Entry : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
public InstanceData_Comment_Entry()
Properties
|
Improve this Doc
View Source
Declaration
public Guid? CategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Declaration
public Guid CommentId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public string UserComment { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|