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
valueTmatchPredicate<T>titlestringbuilderAction<IPropertyGridOption>keyComponentResourceKey
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
valueTmatchPredicate<T>titlestringbuilderAction<IPropertyGridOption>keyComponentResourceKey
Returns
Type Parameters
T