INumberProvider Interface
Autodesk.DataManagement.Server.Extensibility›Autodesk.DataManagement.Server.Extensibility.Numbering
Interface for "pluggable" numbering providers.
Syntax
public interface INumberProvider Public Interface INumberProvider Methods
| Name | Description |
|---|---|
| GenerateNumbers | Generates a specified amount of provider-specific numbers. |
| GetDisplayName | Returns the display name of the number provider |
| Init | Initializes the number provider object with parameters specified in the configuration store. |
| IsRequestSupported | Validates whether the NumberProviderRequest can be supported by the number provider. |