PointTransaction is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class PointTransaction
{
Content Content { get; }
Guid ContentId { get; set; }
Guid ContentTypeId { get; set; }
DateTime CreatedDate { get; set; }
string Description { get; set; }
Int64 PointTransactionId { get; set; }
Guid? TypeId { get; set; }
int UserId { get; set; }
int Value { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Content | Content | |||
| ContentId Obsolete | Guid | Obsolete in 11.0. Please use Content instead. | ||
| ContentTypeId Obsolete | Guid | Obsolete in 11.0. Please use Content instead. | ||
| CreatedDate | DateTime | |||
| Description | string | |||
| PointTransactionId | Int64 | |||
| TypeId | Guid? | |||
| UserId | int | |||
| Value | int |