Show / Hide Table of Contents

Class CollectionBasedElementIdGenerator

Inheritance
object
CollectionBasedElementIdGenerator
Implements
IElementIdGenerator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.IdGeneration
Assembly: SlipeServer.Server.dll
Syntax
public class CollectionBasedElementIdGenerator : IElementIdGenerator

Constructors

| Edit this page View Source

CollectionBasedElementIdGenerator(IElementCollection)

Declaration
public CollectionBasedElementIdGenerator(IElementCollection elementCollection)
Parameters
Type Name Description
IElementCollection elementCollection

Methods

| Edit this page View Source

GetId()

Declaration
public uint GetId()
Returns
Type Description
uint

Implements

IElementIdGenerator
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX