RatingAfterCreateEventArgs is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class RatingAfterCreateEventArgs
{
	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? |