Search Results for

    Show / Hide Table of Contents

    Class DayOfWeekViewModel

    Inheritance
    System.Object
    DayOfWeekViewModel
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class DayOfWeekViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    DayOfWeekViewModel(DayOfWeek, String)

    Declaration
    public DayOfWeekViewModel(DayOfWeek newDayOfWeek, string newName)
    Parameters
    Type Name Description
    System.DayOfWeek newDayOfWeek
    System.String newName

    Properties

    | Improve this Doc View Source

    DayOfWeek

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

    Name

    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