PointTransactionListOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class PointTransactionListOptions
{
Guid? ApplicationId { get; set; }
Guid? ContainerId { get; set; }
Guid? ContentId { get; set; }
Guid? ContentTypeId { get; set; }
DateTime? EndDate { get; set; }
int? PageIndex { get; set; }
int? PageSize { get; set; }
string SortBy { get; set; }
string SortOrder { get; set; }
DateTime? StartDate { get; set; }
Guid? TypeId { get; set; }
int? UserId { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationId | Guid? | ApplicationId | ||
| ContainerId | Guid? | ContainerId | ||
| ContentId | Guid? | ContentId | ||
| ContentTypeId | Guid? | ContentTypeId | ||
| EndDate | DateTime? | EndDate | ||
| PageIndex | int? | PageIndex | ||
| PageSize | int? | PageSize | ||
| SortBy | string | SortBy | ||
| SortOrder | string | SortOrder | ||
| StartDate | DateTime? | StartDate | ||
| TypeId | Guid? | TypeId | ||
| UserId | int? | UserId |