See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get the entity that contains the entity to edit, before the IEntitySet was
branched (ie. before it was cloned or re-loaded).
Namespace: NTier.ActionsAssembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Object UnbranchedEntityToEdit { get; private set; } |
Visual Basic |
---|
Public Property UnbranchedEntityToEdit As Object
Get
Private Set |
Visual C++ |
---|
public:
property Object^ UnbranchedEntityToEdit {
Object^ get ();
private: void set (Object^ value);
} |
Property Value
Type:
Object
See Also