EditNumeratorDialogViewModel - конструктор |
Пространство имён:
Tessa.UI.Cards.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public EditNumeratorDialogViewModel(
NumeratorViewModel numeratorControl,
IDictionary<string, Object> fields,
string fullNumberFieldName,
string numberFieldName,
string sequenceFieldName,
bool isReadOnly,
bool sequenceIsVisible
)
Public Sub New (
numeratorControl As NumeratorViewModel,
fields As IDictionary(Of String, Object),
fullNumberFieldName As String,
numberFieldName As String,
sequenceFieldName As String,
isReadOnly As Boolean,
sequenceIsVisible As Boolean
)
public:
EditNumeratorDialogViewModel(
NumeratorViewModel^ numeratorControl,
IDictionary<String^, Object^>^ fields,
String^ fullNumberFieldName,
String^ numberFieldName,
String^ sequenceFieldName,
bool isReadOnly,
bool sequenceIsVisible
)
new :
numeratorControl : NumeratorViewModel *
fields : IDictionary<string, Object> *
fullNumberFieldName : string *
numberFieldName : string *
sequenceFieldName : string *
isReadOnly : bool *
sequenceIsVisible : bool -> EditNumeratorDialogViewModel
Параметры
- numeratorControl
- Тип: Tessa.UI.Cards.ControlsNumeratorViewModel
- fields
- Тип: System.Collections.GenericIDictionaryString, Object
- fullNumberFieldName
- Тип: SystemString
- numberFieldName
- Тип: SystemString
- sequenceFieldName
- Тип: SystemString
- isReadOnly
- Тип: SystemBoolean
- sequenceIsVisible
- Тип: SystemBoolean
См. также