CommandMethodMetadataBuilder<T> Class
In This Article
Provides the command generating functionality.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
public class CommandMethodMetadataBuilder<T> :
CommandMethodMetadataBuilderBase<T, CommandMethodMetadataBuilder<T>>
#Type Parameters
Name |
---|
T |
#Inheritance
Object
DevExpress.Mvvm.DataAnnotations.MemberMetadataBuilderBase<T, CommandMethodMetadataBuilder<T>, DevExpress.Mvvm.DataAnnotations.ClassMetadataBuilder<T>>
CommandMetadataBuilderBase<T, CommandMethodMetadataBuilder<T>>
DevExpress.Mvvm.DataAnnotations.CommandMethodMetadataBuilderBase<T, CommandMethodMetadataBuilder<T>>
CommandMethodMetadataBuilder<T>
See Also