Class GetLicenseDetailsResponse
Represents the LicenseResponse service response.
Inheritance
System.Object
GetLicenseDetailsResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetLicenseDetailsResponse : ServiceResponse
Constructors
GetLicenseDetailsResponse()
Declaration
public GetLicenseDetailsResponse()
Properties
AllowedCampusCount
Get or set the value.
Declaration
public int AllowedCampusCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value. |
IsAllowEnrollments
Gets or sets the value.
Declaration
public bool IsAllowEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
IsCampusExceeded
Gets or sets the value.
Declaration
public bool IsCampusExceeded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
IsDataCorrupted
Gets or sets the value.
Declaration
public bool IsDataCorrupted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
IsDateExpired
Gets or sets the value.
Declaration
public bool IsDateExpired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
IsEnrollmentWarning
Gets or sets the value.
Declaration
public bool IsEnrollmentWarning { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |
IsLicenseNotFound
Gets or sets the value.
Declaration
public bool IsLicenseNotFound { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The value. |