Table of Contents

Interface IBuiltInComponentAccess

Namespace
Coherence.ProtocolDef
Assembly
Coherence.ProtocolDef.dll
public interface IBuiltInComponentAccess

Methods

ExtractCoherenceTag(ICoherenceComponentData)

string ExtractCoherenceTag(ICoherenceComponentData data)

Parameters

data ICoherenceComponentData

Returns

string

ExtractCoherenceUUID(ICoherenceComponentData)

string ExtractCoherenceUUID(ICoherenceComponentData data)

Parameters

data ICoherenceComponentData

Returns

string

ExtractConnectedEntityID(ICoherenceComponentData)

Entity ExtractConnectedEntityID(ICoherenceComponentData data)

Parameters

data ICoherenceComponentData

Returns

Entity

GenerateCoherenceUUIDData(string)

ICoherenceComponentData GenerateCoherenceUUIDData(string UUID)

Parameters

UUID string

Returns

ICoherenceComponentData

GenerateGlobalQueryComponent()

ICoherenceComponentData GenerateGlobalQueryComponent()

Returns

ICoherenceComponentData

IsConnectedEntity(ICoherenceComponentData)

bool IsConnectedEntity(ICoherenceComponentData data)

Parameters

data ICoherenceComponentData

Returns

bool