Search Results for

    Show / Hide Table of Contents

    Class OpeningHourViewModel

    Represents the ViewModel for an opening hour

    Inheritance
    System.Object
    OpeningHourViewModel
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class OpeningHourViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    OpeningHourViewModel(OpeningHour)

    Initializes a new OpeningHourViewModel with a given model

    Declaration
    public OpeningHourViewModel(OpeningHour model)
    Parameters
    Type Name Description
    OpeningHour model

    Properties

    | Improve this Doc View Source

    DayOfWeek

    Gets the DayOfWeek

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

    Model

    Gets the model instance

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

    TimeFrom

    Gets or sets the time where the contact is opening

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

    TimeTo

    Gets or sets the time where the contact is closing

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