The LicensePackage type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LicensePackage | Initializes a new instance of the LicensePackage class |
Methods
Name | Description | |
---|---|---|
![]() | ApplyChanges |
This method is used to apply changes in the entity
(Inherited from BaseEntity.) |
![]() | GetChanges |
This mehod is used to get changes done in entity
(Inherited from BaseEntity.) |
![]() | GetDeletedChanges |
This method is used to get delete values in the entity
(Inherited from BaseEntity.) |
![]() | TrackChanges |
This is used to track changes in the entity
(Inherited from BaseEntity.) |
Properties
Name | Description | |
---|---|---|
![]() | CreatedBy |
Gets or sets created by.
|
![]() | CreatedOn |
Gets or sets created on.
|
![]() | Description |
Gets or sets description
|
![]() | EntityIdentifier |
Gets the entity Identifier
(Inherited from BaseEntity.) |
![]() | ExpiryDays |
Gets the trial period days
|
![]() | ExtendedRow |
Gets or sets the extended entity row properties
(Inherited from BaseEntity.) |
![]() | Identifier |
Gets or sets the Entity Identifier
(Inherited from BaseEntity.) |
![]() | IntegrateForBilling |
Tells whether this package billing is managed by third part billing providers
|
![]() | IsEvaluation |
True if this package is for evaluation only.
|
![]() | IsTrackingOn |
Gets or sets whether entity has trackability or not.
(Inherited from BaseEntity.) |
![]() | LicensepackageId |
Gets or sets license package id..
|
![]() | Name |
Gets or sets name.
|
![]() | Status |
Gets or sets status.
|
![]() | TenantId |
Gets or sets the tenant id.
|
![]() | TrackingAdapter |
Gets or sets tracking adapter property
(Inherited from BaseEntity.) |
![]() | UpdatedBy |
Gets or sets updated by.
|
![]() | UpdatedOn |
Gets or sets updaded on.
|
See Also