Command(Expression<Func<T, ICommand>>)
|
Returns a command metadata builder for a command property.
|
CommandFromMethod(Expression<Action<T>>)
|
Returns a command method metadata builder for a method from which the command property is to be generated.
|
CommandFromMethod(Expression<Func<T, Task>>)
|
|
DataFormLayout()
|
|
DisplayName(String)
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Group(String)
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
Property<TProperty>(Expression<Func<T, TProperty>>)
|
Initializes a property metadata builder.
|
Property<TProperty>(String)
|
Initializes a property metadata builder.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
TableLayout()
|
Initializes a table group container builder.
|
ToolBarLayout()
|
Initializes a toolbar layout builder instance.
|
ToString()
|
Returns a string that represents the current object.
|