IRestrictionFactory

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

Interface for restriction factory.

public interface IRestrictionFactory

Methods

CreateRestriction(string)

Creates a restriction.

Restriction CreateRestriction(string type)

Parameters

NameDescription

type string

The restriction type name.

Returns

NameDescription

The new restriction.

Last updated