Search Results for

    Show / Hide Table of Contents

    Class IT_Vehicle_EquipmentItem_Property

    property definitions for equipments

    Inheritance
    System.Object
    IT_Vehicle_EquipmentItem_Property
    Namespace: Simplic.PlugIn.Logistics.EF
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class IT_Vehicle_EquipmentItem_Property : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    IT_Vehicle_EquipmentItem_Property()

    Declaration
    public IT_Vehicle_EquipmentItem_Property()

    Properties

    | Improve this Doc View Source

    EquimentTypeProperty

    Declaration
    public virtual IT_Vehicle_CoreData_EquipmentType_Property EquimentTypeProperty { get; set; }
    Property Value
    Type Description
    IT_Vehicle_CoreData_EquipmentType_Property
    | Improve this Doc View Source

    Equipment

    Declaration
    public virtual IT_Vehicle_EquipmentItem Equipment { get; set; }
    Property Value
    Type Description
    IT_Vehicle_EquipmentItem
    | Improve this Doc View Source

    EquipmentGuid

    Declaration
    public Guid EquipmentGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    EquipmentTypePropertyGuid

    Declaration
    public Guid EquipmentTypePropertyGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ValueBool

    Declaration
    public bool? ValueBool { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ValueDate

    Declaration
    public DateTime? ValueDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    ValueDecimal

    Declaration
    public decimal? ValueDecimal { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Decimal>
    | Improve this Doc View Source

    ValueGuid

    Declaration
    public Guid? ValueGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    ValueInt

    Declaration
    public int? ValueInt { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    ValueString

    Declaration
    public string ValueString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValueTime

    Declaration
    public TimeSpan? ValueTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx