Search Results for

    Show / Hide Table of Contents

    Class InsuranceTypeViewModel

    Represents a InsuranceTypeViewModel

    Inheritance
    System.Object
    InsuranceTypeViewModel
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class InsuranceTypeViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    InsuranceTypeViewModel(InsuranceType)

    Initialize instance

    Declaration
    public InsuranceTypeViewModel(InsuranceType model)
    Parameters
    Type Name Description
    InsuranceType model

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the model property Id as Guid

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

    IsSelectable

    Gets or sets the model property IsSelectable as bool

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

    Model

    Gets the model instance

    Declaration
    public InsuranceType Model { get; }
    Property Value
    Type Description
    InsuranceType
    | Improve this Doc View Source

    Name

    Gets or sets the model property Name as string

    Declaration
    public 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