IRemoteEntityIdentifier
is defined in the Telligent.Evolution.Extensibility.UI.Remoting.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IRemoteEntityIdentifier : IPlugin { Type[] IdentifiableTypes { get; } Object GetEntity(string identifier); string GetIdentifier(Object entity); }