EntityEditorControl

Interaction logic for EntityEditorControl.xaml

Namespace:
KpokEntityTool.Editors
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Windows.Controls.UserControl
Implements:
System.Windows.Markup.IComponentConnector

Constructors

EntityEditorControl

Default constructor

Signature:
public Void EntityEditorControl()

Events

Type Name Summary
DataOnFileChangedEventHandler DataOnFileChanged Fired when the data has changed.

Methods

GetFileData

Gets the Entity on edition.

Signature:
public Entity GetFileData()

InitializeComponent

InitializeComponent

Signature:
public Void InitializeComponent()

SetFileData

Sets the Entity to edit.

Signature:
public Void SetFileData(entity)
Parameters
Name Type Summary
entity Entity An Entity.
Exceptions
Type Summary
ArgumentNullException

Thrown when entity is null.