Status | ID | Priority | Type |
Closed | 33427 | Major | Question |
Profile | Reply |
gabossolo
Client
|
Hi ! Base on the code below, could you please help me on how to remove a selected dynamic property from SimpleAction. The code used to add a dynamic property : public AddDynamicPropertyController() var addDynamicProperty = private void AddDynamicPropertyOnExecuted(object sender, ActionBaseEventArgs actionBaseEventArgs) objectSpace.CommitChanges(); foreach (var property in currentObject.Dpo.DpoProperties.Values.Where(property => objectSpace.CommitChanges(); //currentObject.Session.CommitTransaction(); View.ObjectSpace.CommitChanges(); |
User | Description | Posted On |