Search Results for

    Show / Hide Table of Contents

    Class CallListSqlTemplateViewModel

    Represents a viewmodel editor

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

    Constructors

    | Improve this Doc View Source

    CallListSqlTemplateViewModel(CallListSqlTemplate)

    Initialize new viewmodel instance

    Declaration
    public CallListSqlTemplateViewModel(CallListSqlTemplate template)
    Parameters
    Type Name Description
    CallListSqlTemplate template

    template instance

    Properties

    | Improve this Doc View Source

    Name

    Gets or sets the template name

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

    SqlTemplate

    Gets or sets the sql template code

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

    Template

    Gets the template instance

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