Assembly: Rds;
The IRdsLoaderBindings interface contains properties and methods that are used to work with the collection of bindings used on creating MDM dictionaries and loading data to them.
IRdsLoaderBindings
Use the IMetaRdsLoader.Bindings property to get a collection of bindings.
Property name | Brief description | |
Count | The Count property returns the number of bindings in a collection. | |
HasMultipleBindings | The HasMultipleBindings property returns whether the attribute has a binding for the attributes with multiple values. | |
Item | The Item property returns parameters of a specified binding. | |
KeyBinding | The KeyBinding property returns binding parameter for the Key system attribute. | |
NameBinding | The NameBinding property returns binding parameter for the Name system attribute. | |
OrderBinding | The OrderBinding property returns binding parameter for the Order system attribute. |
Method name | Brief description | |
Add | The Add method creates a binding with a specified type. | |
AddByAttribute | The AddByAttribute method creates a binding for a specified attribute. | |
Clear | The Clear method removes all bindings from the collection. | |
FindById | The FindById method finds a binding by its identifier. | |
FindByKey | The FindByKey method finds a binding by its key. | |
Remove | The Remove method removes specified binding from the collection and returns whether the removal is successful. |
See also: