Search Results for

    Show / Hide Table of Contents

    Class AppointmentCheckTypeViewModel

    Inheritance
    System.Object
    AppointmentCheckTypeViewModel
    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.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class AppointmentCheckTypeViewModel

    Properties

    | Improve this Doc View Source

    HasNumericValue

    gets or sets a hasNumericValue of the CheckType

    Declaration
    public bool HasNumericValue { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    gets or sets the name of the CheckType

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

    Type

    Gets or sets the Type of the CheckType

    Declaration
    public int Type { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx