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 SourceCallListSqlTemplateViewModel(CallListSqlTemplate)
Initialize new viewmodel instance
Declaration
public CallListSqlTemplateViewModel(CallListSqlTemplate template)
Parameters
Type | Name | Description |
---|---|---|
CallListSqlTemplate | template | template instance |
Properties
| Improve this Doc View SourceName
Gets or sets the template name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SqlTemplate
Gets or sets the sql template code
Declaration
public string SqlTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
Gets the template instance
Declaration
public CallListSqlTemplate Template { get; }
Property Value
Type | Description |
---|---|
CallListSqlTemplate |