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