PointTransactionAfterCreateEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class PointTransactionAfterCreateEventArgs { Guid? ContentId { get; } Guid? ContentTypeId { get; } DateTime CreatedDate { get; } string Description { get; } Int64 PointTransactionId { get; } int UserId { get; } int Value { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
CreatedDate | DateTime | |||
Description | string | |||
PointTransactionId | Int64 | |||
UserId | int | |||
Value | int |