Class LicenseFeatureExtensions
Extensions for the LicenseFeature enum.
Inherited Members
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public static class LicenseFeatureExtensions
Methods
GetLicenseFeature(int)
Helper method to find the LicenseFeature enum that corresponds to an integer value. Returns null
if an unknown integer value is provided.
Declaration
public static LicenseFeature? GetLicenseFeature(this int value)
Parameters
Type | Name | Description |
---|---|---|
int | value |
Returns
Type | Description |
---|---|
LicenseFeature? |