LicensePackage Members CelloSaaS API Documentation
The LicensePackage type exposes the following members.
Constructors

  NameDescription
Public methodLicensePackage
Initializes a new instance of the LicensePackage class
Back to Top
Methods

  NameDescription
Public methodApplyChanges
This method is used to apply changes in the entity
(Inherited from BaseEntity.)
Public methodGetChanges
This mehod is used to get changes done in entity
(Inherited from BaseEntity.)
Public methodGetDeletedChanges
This method is used to get delete values in the entity
(Inherited from BaseEntity.)
Public methodTrackChanges
This is used to track changes in the entity
(Inherited from BaseEntity.)
Back to Top
Properties

  NameDescription
Public propertyCreatedBy
Gets or sets created by.
Public propertyCreatedOn
Gets or sets created on.
Public propertyDescription
Gets or sets description
Public propertyEntityIdentifier
Gets the entity Identifier
(Inherited from BaseEntity.)
Public propertyExpiryDays
Gets the trial period days
Public propertyExtendedRow
Gets or sets the extended entity row properties
(Inherited from BaseEntity.)
Public propertyIdentifier
Gets or sets the Entity Identifier
(Inherited from BaseEntity.)
Public propertyIntegrateForBilling
Tells whether this package billing is managed by third part billing providers
Public propertyIsEvaluation
True if this package is for evaluation only.
Public propertyIsTrackingOn
Gets or sets whether entity has trackability or not.
(Inherited from BaseEntity.)
Public propertyLicensepackageId
Gets or sets license package id..
Public propertyName
Gets or sets name.
Public propertyStatus
Gets or sets status.
Public propertyTenantId
Gets or sets the tenant id.
Public propertyTrackingAdapter
Gets or sets tracking adapter property
(Inherited from BaseEntity.)
Public propertyUpdatedBy
Gets or sets updated by.
Public propertyUpdatedOn
Gets or sets updaded on.
Back to Top
See Also