Class EntryReference<T>
A reference to an entry in the DataCatalog.
By using this class, you can easily set and get reference to an entry in the DataCatalog in the editor.
Namespace: MackySoft.UniData
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class EntryReference<T> : IEntryReference<T>, IReadOnlyEntryReference<T> where T : IEntry
Type Parameters
Name | Description |
---|---|
T | Type of entry to reference. |
Properties
Catalog
Declaration
public DataCatalog Catalog { get; set; }
Property Value
Type | Description |
---|---|
DataCatalog |
Entry
Declaration
public T Entry { get; }
Property Value
Type | Description |
---|---|
T |
EntryId
Declaration
public string EntryId { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
ClearCache()
Clear the cache of reference to entry.
Declaration
public void ClearCache()