Table of Contents

Class LicenseFeatureExtensions

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Extensions for the LicenseFeature enum.

public static class LicenseFeatureExtensions
Inheritance
LicenseFeatureExtensions
Inherited Members

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.

public static LicenseFeature? GetLicenseFeature(this int value)

Parameters

value int

Returns

LicenseFeature?