ApplicationSubscription
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class ApplicationSubscription { Application Application { get; } Guid ApplicationId { get; set; } Guid ApplicationTypeId { get; set; } DateTime DateCreated { get; set; } bool IsSubscribed { get; set; } Guid TypeId { get; set; } User User { get; } int UserId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application | Application | |||
ApplicationId | Guid | |||
ApplicationTypeId | Guid | |||
DateCreated | DateTime | |||
IsSubscribed | bool | |||
TypeId | Guid | |||
User | User | |||
UserId | int |