Class InstanceData_Comment_Entry
Inheritance
System.Object
InstanceData_Comment_Entry
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Model
Assembly: Simplic.Framework.Model.dll
Syntax
public class InstanceData_Comment_Entry : SybaseBase, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceInstanceData_Comment_Entry(SybaseStack)
Declaration
public InstanceData_Comment_Entry(SybaseStack sb)
Parameters
Type | Name | Description |
---|---|---|
SybaseStack | sb |
Properties
| Improve this Doc View SourceCategoryId
Declaration
public Guid? CategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CommentId
Declaration
public Guid CommentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsSticky
Gets or sets whether the comment is sticky. Only a helper property here
Declaration
public bool IsSticky { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TableName
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceTableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceUserComment
Declaration
public string UserComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Version
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged