Class EntityKey

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(entityType: EntityType, keyValue: any): EntityKey

Parameters

Returns

EntityKey

constructor(entityType: EntityType, keyValues: Array<any>): EntityKey

Parameters

Returns

EntityKey

Properties

public entityType: EntityType

public values: Array<any>

Methods

public equals(entityKey: EntityKey): boolean

Parameters

Returns

boolean

public static equals(k1: EntityKey, k2: EntityKey): boolean

Parameters

Returns

boolean