Search Results for

    Show / Hide Table of Contents

    Class CoreDataManager

    Inheritance
    System.Object
    CoreDataManager
    VehicleTypeToGroupManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CoreDataManager

    Methods

    | Improve this Doc View Source

    Get<T>(Guid)

    Declaration
    public T Get<T>(Guid typeID)
        where T : CoreDataBaseType, new()
    Parameters
    Type Name Description
    System.Guid typeID
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    GetAll<T>()

    Declaration
    public IEnumerable<T> GetAll<T>()
        where T : CoreDataBaseType, new()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<T>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    GetEnumerable<T>(Guid)

    Declaration
    public IEnumerable<T> GetEnumerable<T>(Guid typeID)
        where T : CoreDataBaseType, new()
    Parameters
    Type Name Description
    System.Guid typeID
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<T>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Save<T>(T)

    Declaration
    public virtual void Save<T>(T model)
        where T : CoreDataBaseType
    Parameters
    Type Name Description
    T model
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx