Class OptProfileSelectorDialog
Logique d'interaction pour OptProfileSelectorDialog.xaml
Inheritance
OptProfileSelectorDialog
Implements
Inherited Members
Namespace: JeremyAnsel.Xwa.OptTransform.Wpf
Assembly: JeremyAnsel.Xwa.OptTransform.Wpf.dll
Syntax
public class OptProfileSelectorDialog : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, INotifyPropertyChanged, IComponentConnector
Constructors
| Edit this page View SourceOptProfileSelectorDialog(string, bool)
Declaration
public OptProfileSelectorDialog(string optFileName, bool topmost = false)
Parameters
Type | Name | Description |
---|---|---|
string | optFileName | |
bool | topmost |
Properties
| Edit this page View SourceOptFileName
Declaration
public string? OptFileName { get; }
Property Value
Type | Description |
---|---|
string |
OptObjectProfiles
Declaration
public List<string>? OptObjectProfiles { get; }
Property Value
Type | Description |
---|---|
List<string> |
OptSkins
Declaration
public List<string>? OptSkins { get; }
Property Value
Type | Description |
---|---|
List<string> |
OptVersions
Declaration
public List<int>? OptVersions { get; }
Property Value
Type | Description |
---|---|
List<int> |
SelectedObjectProfile
Declaration
public string SelectedObjectProfile { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectedSkins
Declaration
public ObservableCollection<OptSkinItem> SelectedSkins { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<OptSkinItem> |
SelectedSkinsKeys
Declaration
public List<string> SelectedSkinsKeys { get; }
Property Value
Type | Description |
---|---|
List<string> |
SelectedVersion
Declaration
public int SelectedVersion { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
| Edit this page View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
RaisePropertyChangedEvent(string)
Declaration
public void RaisePropertyChangedEvent(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |
Events
| Edit this page View SourcePropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
Type | Description |
---|---|
PropertyChangedEventHandler |