ILicenseFactory

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Interface for license factory.

public interface ILicenseFactory : ISignatureProviderFactory, IRestrictionFactory

Implements

ISignatureProviderFactory, IRestrictionFactory

Methods

CreateFeature(string)

Creates a license feature.

Feature CreateFeature(string name)

Parameters

NameDescription

The feature name.

Returns

NameDescription

The new feature.

CreateField(string)

Creates a license field.

Field CreateField(string name)

Parameters

NameDescription

The field name.

Returns

NameDescription

The new field.

Last updated