Class IntraStatViewModel
Represents a IntraStatViewModel
Inheritance
System.Object
IntraStatViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class IntraStatViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceIntraStatViewModel(IntraStat)
Initialize instance
Declaration
public IntraStatViewModel(IntraStat model)
Parameters
Type | Name | Description |
---|---|---|
IntraStat | model |
Properties
| Improve this Doc View SourceAccountTypeTenantId
Gets or sets the TenantId of the model for this AccountType
Declaration
public Guid? AccountTypeTenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelectable
Gets or sets the model property IsSelectable as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the model instance
Declaration
public IntraStat Model { get; }
Property Value
Type | Description |
---|---|
IntraStat |
Name
Gets or sets the model property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |