Click or drag to resize
Askia

IElementCollection Interface

Element collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IElementCollection : IRecordEntitiesOwner<IElement>, 
	IEnumerable<IElement>, IEnumerable

The IElementCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCreate
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.)
Public methodCreate(Int32)
Creates a new child element at a given position
Public methodGetById
Get an element with the given id
Public methodGetByType
Get the first element with the given type
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIElement.)
Public methodRemove
Remove an element from the collection given its id
Top
See Also