Skip to main content
A newer version of this page is available. .

MetadataBuilder<T> Members

The base metadata builder class.

Constructors

Name Description
MetadataBuilder() Initializes a new instance of the MetadataBuilder<T> class with the default settings.

Methods

Name Description
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. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Group(String)
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from 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. Inherited from Object.
TableLayout() Initializes a table group container builder.
ToolBarLayout() Initializes a toolbar layout builder instance.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also