Concept.Components Assembly > Concept.Components Namespace : LicenseRepository Class |
The following tables list the members exposed by LicenseRepository.
Name | Description | |
---|---|---|
![]() | AllowedFeaturesChanged | Occurs when allowed features collection changed. This event is called by a dedicated thread, watch out for shared variables or view accessibility! |
![]() | DefaultLicensesFolder | Constant string to represent the default License directory. |
![]() | LicenseFileExtension | Constant string to represent License extension. |
![]() | LicenseFileFilter | Constant string to represent License file filter. |
Name | Description | |
---|---|---|
![]() | AllFeatures | Gets all register features. |
![]() | AllLicenses | Gets all licenses. |
![]() | AllowedFeatures | Gets the name of the allowed features. |
![]() | DynamicLicenseCreationData | Gets the dynamic license creation data which contains the necessary data to generate license files. |
![]() ![]() | Instance | Gets the instance of license repository singleton. |
![]() | InternalLicenses | Gets the internal licenses. |
![]() | LicenseDirectory | Gets or sets the license directory path. All license files are stored in this directory. |
![]() | RsaPublicKeyXml | Gets or sets the RSA public key XML. |
![]() | SignedLicenseFiles | Gets all signed license files. |
Name | Description | |
---|---|---|
![]() | AddInternalLicense | Adds an internal license. An internal license is a license managed fully in code. For example, a license that inherits of ConceptLicenseKey and unlocks the features with key. |
![]() | ExportInfosClient | Calls only export license creation data method. This method is obsolete but present for compatibility with old versions. |
![]() | ExportLicenseCreationData | Generates a file which contains some information about the computer and the application. This file well be imported in oStudio to generate a license file. |
![]() | GetFeatureFromEnum | Retrieve the feature from an enumeration value. |
![]() | Initialize | Overloaded. Creates and starts the cyclic license check thread. This thread verify the validity of internal licenses and license files. |
![]() | IsAllowed | Overloaded. Determines whether the specified feature is allowed. |
![]() | RegisterFeature | Overloaded. Registers a new feature. |
![]() | RegisterFeatures | Overloaded. Registers all features of features list. |
![]() | RemoveInternalLicense | Removes an internal license. An internal license is a license managed fully in code. For example, a license that inherits of ConceptLicenseKey and unlocks the features with key. |
![]() | SetFeatureDescription | Sets the feature description from enumeration value which represents the feature. |
Name | Description | |
---|---|---|
![]() | Details | Overloaded. Details of the element |
![]() | EditControl | Edits the control. |
![]() | EditProperties | Edits the properties. |
![]() | Filter | Overloaded. Filters the specified list. |
![]() | FindContainerOfSpecialType<T> | Finds the type of the container of. |
![]() | FindContainerOfType<T> | Finds the type of the container of. |
![]() | GetDefaultView | Gets the default view. |
![]() | GetImage | Overloaded. Gets the image. |
![]() | GetView | GetView of the control. |
![]() | IfNotNull<T,U> | |
![]() | LargeImage | Overloaded. Larges the image. |
![]() | SmallImage | Overloaded. Smalls the image. |
![]() | YieldReturn<TSource> | Yields the return. |
Name | Description | |
---|---|---|
![]() | AllLicensesCollectionChanged | Occurs when all licenses collection changed. |
![]() | InternalLicensesCollectionChanged | Occurs when internal licenses collection changed. |
![]() | SignedLicenseFilesCollectionChanged | Occurs when signed license files collection changed. |