ProfilePostClassification Class
Namespace: PTS.Modules.ProfilePostClassificationAggregate.Domain
Assembly: PTS.Modules.ProfilePostClassificationAggregate.dll
Syntax
public class ProfilePostClassification
Inheritance
System.Object
ProfilePostClassification
Properties
Classification
Declaration
public Classification Classification { get; set; }
Property Value
| Type | Description |
|---|---|
| Classification |
ClassificationId
Declaration
public long ClassificationId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
ClassificationOwnerId
Declaration
public long ClassificationOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Post
Declaration
public ProfilePost Post { get; set; }
Property Value
| Type | Description |
|---|---|
| ProfilePost |
PostId
Declaration
public long PostId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
PostOwnerId
Declaration
public long PostOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()