CustomHierarchicalDataSourceModelDescriptorFactory
Methods
Id(System.String)
Specify the member used to identify an unique Model instance.
Parameters
fieldName - System.String
The member name.
Children(System.String)
Specify the model children member name.
Parameters
fieldName - System.String
The member name.
Children(System.Action)
Specify the children DataSource configuration.
Parameters
configurator - System.Action<HierarchicalDataSourceBuilder>
The configurator action.
HasChildren(System.String)
Specify the member name used to determine if the model has children.
Parameters
fieldName - System.String
The member name.
Field(System.String,System.Type)
Describes a Model field
Parameters
memberName - System.String
Field name
memberType - System.Type
Field type