Interface IPropertyGridMessage
public interface IPropertyGridMessage
- Extension Methods
Methods
ShowEdit<T>(T, Predicate<T>, string, Action<IPropertyGridOption>, ComponentResourceKey)
Task<bool> ShowEdit<T>(T value, Predicate<T> match = null, string title = "编辑", Action<IPropertyGridOption> builder = null, ComponentResourceKey key = null)
Parameters
value
Tmatch
Predicate<T>title
stringbuilder
Action<IPropertyGridOption>key
ComponentResourceKey
Returns
Type Parameters
T
ShowEdits(string, params object[])
Task<bool> ShowEdits(string title = "编辑", params object[] value)
Parameters
Returns
ShowView<T>(T, Predicate<T>, string, Action<IPropertyGridOption>, ComponentResourceKey)
Task<bool> ShowView<T>(T value, Predicate<T> match = null, string title = "详情", Action<IPropertyGridOption> builder = null, ComponentResourceKey key = null)
Parameters
value
Tmatch
Predicate<T>title
stringbuilder
Action<IPropertyGridOption>key
ComponentResourceKey
Returns
Type Parameters
T