Canguro.Controller.CommandServices.GetProperties C# (CSharp) Method

GetProperties() public method

Method to present the user with an option to view and change an object properties. It shows a PropertyGrid with which the user is allowed to interact. Properties are changed in the object immediately after the user changes them in the PropertyGrid.
public GetProperties ( object obj ) : void
obj object The object whose properties are being accessed
return void
        public void GetProperties(object obj)
        {
            GetProperties(controller.ModelCommand.Title, obj);
        }

Same methods

CommandServices::GetProperties ( string title, object obj ) : void
CommandServices::GetProperties ( string title, object obj, bool runAsync ) : void
CommandServices::GetProperties ( string title, object obj, bool runAsync, string listItems ) : void