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

  NameDescription
Public methodPackageDetails
Initializes a new instance of the PackageDetails 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 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 purpose only.
Public propertyIsTrackingOn
Gets or sets whether entity has trackability or not.
(Inherited from BaseEntity.)
Public propertyPacakageModuleDetails
Get or set pacakge module details.
Public propertyPacakgeFeatureDetails
Get or set package feature details.
Public propertyPackageDescription
Get or set package description.
Public propertyPackageId
Get or set packageid.
Public propertyPackageName
Get or set package name.
Public propertyPackageServiceDetails
Get and set service details
Public propertyPackageUsageDetails
Get or set package usage details.
Public propertyStatus
Get or set status.
Public propertyTenantId
Gets or sets the tenant id.
Public propertyTrackingAdapter
Gets or sets tracking adapter property
(Inherited from BaseEntity.)
Back to Top
See Also