Table of Contents

Class IntIdentifier<T>

Namespace
IdeaStatiCa.BimApiLink.Identifiers
Assembly
IdeaStatiCa.BimApiLink.dll
public class IntIdentifier<T> : ImmutableIdentifier<T>, IIdentifier, IIdeaPersistenceToken, IEquatable<IIdentifier> where T : IIdeaObject

Type Parameters

T

Inheritance

Implements

IIdeaPersistenceToken

Inherited Members

Constructors

public IntIdentifier(int id)

Parameters

id int
protected IntIdentifier(int id, string typeName)

Parameters

id int
typeName string

Properties

public int Id { get; }

Property Value

int

Methods

public override object GetId()

Returns

object