Search Results for

    Show / Hide Table of Contents

    Interface ICoreData

    Interface mimicing the CoreData EF models. Used to provide the possibility to extend the type in classes implementing CoreDataBaseType.

    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface ICoreData

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the Id as Guid

    Declaration
    [Browsable(true)]
    Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsSelectable

    Gets or sets the IsSelectable Flag as bool

    Declaration
    [Browsable(true)]
    bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets or sets the Name as string

    Declaration
    [Browsable(true)]
    string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx