Class RangedCollectionBasedElementIdGenerator
Inheritance
RangedCollectionBasedElementIdGenerator
Assembly: SlipeServer.Server.dll
Syntax
public class RangedCollectionBasedElementIdGenerator : IElementIdGenerator
Constructors
|
Edit this page
View Source
RangedCollectionBasedElementIdGenerator(IElementCollection, uint, uint)
Declaration
public RangedCollectionBasedElementIdGenerator(IElementCollection elementCollection, uint start, uint stop)
Parameters
Methods
|
Edit this page
View Source
GetId()
Declaration
Returns
Implements