RatingAfterDeleteEventArgs
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class RatingAfterDeleteEventArgs { Guid? ApplicationId { get; } Guid? ContainerId { get; } Guid? ContentId { get; } Guid? ContentTypeId { get; } DateTime CreatedDate { get; } Guid? TypeId { get; } DateTime UpdatedDate { get; } int UserId { get; } double? Value { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | |||
ContainerId | Guid? | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
CreatedDate | DateTime | |||
TypeId | Guid? | |||
UpdatedDate | DateTime | |||
UserId | int | |||
Value | double? |