IControlCollection Interface |
Namespace: AskiaCore
The IControlCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of controls in the collection
| |
ItemString |
Find a control by name
| |
ItemInt32 |
Finds a record entity by id
(Inherited from IRecordEntitiesOwnerTEntityType.) |
Name | Description | |
---|---|---|
Create |
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.) | |
Create(String) |
Creates a new control in the collection given its name
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIControl.) | |
Remove(Int32) |
Remove a control from the collection given its id
| |
Remove(String) |
Remove a control from the collection given its name
|