BindingCollection.Add Method |
Name | Description | |
---|---|---|
![]() | Add(Int32[]) |
Adds given bindings to the collection. Supported only for collections with parent defined. Returns newly created binding objects.
|
![]() | Add(String[]) |
Adds given bindings to the collection. Supported only for collections with parent defined, and target object having code name column. Returns newly created binding objects.
|
![]() | Add(BaseInfo[]) |
Adds new object to the collection.
(Overrides InfoObjectCollection<TInfo>.Add(BaseInfo[]).) |
![]() | Add(IEnumerable<BaseInfo>) |
Adds new object to the collection.
(Inherited from InfoObjectCollection<TInfo>.) |