Search Results for

    Show / Hide Table of Contents

    Interface IEntryReference<T>

    A reference to an entry in the DataCatalog.

    Inherited Members
    IReadOnlyEntryReference<T>.Entry
    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
    In This Article
    Back to top UniData - Data Management for Unity