Click or drag to resize
Askia

ICategoryCollection Interface

[Missing <summary> documentation for "T:AskiaCore.ICategoryCollection"]

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

The ICategoryCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodCreate
Creates a new element
(Inherited from IRecordEntitiesOwnerTEntityType.)
Public methodCreate(String)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableICategory.)
Public methodRemove(Int32)
Public methodRemove(String)
Top
See Also