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