C# Class ProSymbolEditor.MilitaryFieldsInspectorModel

Inheritance: PropertyChangedBase
Exibir arquivo Open project: Esri/military-symbol-editor-addin-wpf Class Usage Examples

Public Methods

Method Description
CheckLabelFieldsExistence ( IReadOnlyList fields ) : void
MilitaryFieldsInspectorModel ( ) : System.Collections.Generic
PopulateDomains ( IReadOnlyList fields ) : void

Private Methods

Method Description
GetDomainAndPopulateList ( IReadOnlyList fields, string fieldName, ObservableCollection memberCodedValueDomains, bool orderbyName = false ) : void

Method Details

CheckLabelFieldsExistence() public method

public CheckLabelFieldsExistence ( IReadOnlyList fields ) : void
fields IReadOnlyList
return void

MilitaryFieldsInspectorModel() public method

public MilitaryFieldsInspectorModel ( ) : System.Collections.Generic
return System.Collections.Generic

PopulateDomains() public method

public PopulateDomains ( IReadOnlyList fields ) : void
fields IReadOnlyList
return void