[]
Sets ItemsSource by builder.
public DataMapBuilder Bind(Action<CollectionViewServiceBuilder<object>> itemsSourceBuild)
Type | Name | Description |
---|---|---|
Action<CollectionViewServiceBuilder<object>> | itemsSourceBuild | The build action for setting ItemsSource |
Type | Description |
---|---|
DataMapBuilder | Current builder |
Bind to a collection.
public DataMapBuilder Bind(IEnumerable<object> sourceCollection)
Type | Name | Description |
---|---|---|
IEnumerable<object> | sourceCollection | The source collection |
Type | Description |
---|---|
DataMapBuilder | Current builder |
Sets the read action url.
public DataMapBuilder Bind(string readActionUrl)
Type | Name | Description |
---|---|---|
string | readActionUrl | The action url. |
Type | Description |
---|---|
DataMapBuilder | Current builder |