LicenseRestrictionProvider
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Defines a license restriction provider.
Inheritance
object ← LicenseRestrictionProvider
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LicenseRestrictionProvider()
Specialized default constructor for use only by derived class.
Methods
GetLicenseRestriction(string, Type, object)
Gets license restriction.
Parameters
Name
Description
The restriction.
The type.
The instance.
Returns
Name
Description
The license restriction.
Last updated