Class OverwriteCopyDataPopupView
Interaction logic for OverwriteCopyDataPopupView.xaml
Inheritance
OverwriteCopyDataPopupView
Implements
Inherited Members
Namespace: Phoenix.Aruba.Views
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class OverwriteCopyDataPopupView : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
View SourceOverwriteCopyDataPopupView(IEnumerable<IRenameableData>, string)
Initializes a new instance of the OverwriteCopyDataPopupView class.
Declaration
public OverwriteCopyDataPopupView(IEnumerable<IRenameableData> dataToOverwrite, string typeOfData)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IRenameableData> | dataToOverwrite | The data that would be overwritten by the deployment operation. |
string | typeOfData | The type of data that is being changed. Used for displaying what is being changed. |
Properties
View SourceCancelOverwrite
Gets a value indicating whether to cancel the overwrite operation.
Declaration
public bool CancelOverwrite { get; }
Property Value
Type | Description |
---|---|
bool |
RenamedData
Gets the existing names and the new names for that data.
Declaration
public Collection<RenameDataModel> RenamedData { get; }
Property Value
Type | Description |
---|---|
Collection<RenameDataModel> |
Methods
View SourceInitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
PromptUserToConfirmOverwrite(IEnumerable<IRenameableData>, string)
Initializes a new instance of the OverwriteCopyDataPopupView class.
Declaration
public static OverwriteCopyDataPopupResults PromptUserToConfirmOverwrite(IEnumerable<IRenameableData> dataToOverwrite, string typeOfData)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IRenameableData> | dataToOverwrite | The data that would be overwritten by the deployment operation. |
string | typeOfData | The type of data that is being changed. Used for displaying what is being changed. |
Returns
Type | Description |
---|---|
OverwriteCopyDataPopupResults |