Interface IReadOnlyEntryReference<T>
A reference to an entry in the DataCatalog.
Namespace: MackySoft.UniData
Assembly: cs.temp.dll.dll
Syntax
public interface IReadOnlyEntryReference<out T>
where T : IEntry
Type Parameters
Name | Description |
---|---|
T | Type of entry to reference. |
Properties
Catalog
Declaration
DataCatalog Catalog { get; }
Property Value
Type | Description |
---|---|
DataCatalog |
Entry
Declaration
T Entry { get; }
Property Value
Type | Description |
---|---|
T |
EntryId
Declaration
string EntryId { get; }
Property Value
Type | Description |
---|---|
String |