Class UIHelperContext
Inheritance
System.Object
UIHelperContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class UIHelperContext
Methods
| Improve this Doc View SourceEditContext(IList<Object>)
Open editor to edit existing Context
Declaration
public static GridInvokeMethodResult EditContext(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows | List of selected rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | Grid behaviour result |
EditPropertyDefinition(IList<Object>)
Edit a list of ui tabs
Declaration
public static GridInvokeMethodResult EditPropertyDefinition(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
EditPropertyEditor(IList<Object>)
Edit a list of ui editors
Declaration
public static GridInvokeMethodResult EditPropertyEditor(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
EditUITab(IList<Object>)
Edit a list of ui tabs
Declaration
public static GridInvokeMethodResult EditUITab(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult |
NewContext(IList<Object>)
Open editor to create a new Context
Declaration
public static GridInvokeMethodResult NewContext(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows | List of selected rows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | Grid behaviour result |
NewPropertyDefinition(IList<Object>)
Show the ui tabs window to add a new article
Declaration
public static GridInvokeMethodResult NewPropertyDefinition(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | Grid behaviour result |
NewPropertyEditor(IList<Object>)
Show the ui tabs window to add a new editor
Declaration
public static GridInvokeMethodResult NewPropertyEditor(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | Grid behaviour result |
NewUITab(IList<Object>)
Show the ui tabs window to add a new article
Declaration
public static GridInvokeMethodResult NewUITab(IList<object> selectedRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | selectedRows |
Returns
Type | Description |
---|---|
GridInvokeMethodResult | Grid behaviour result |