Click or drag to resize
Askia

IQuotaQuestionCollection Interface

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

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IQuotaQuestionCollection : ICollection<IQuotaQuestion>, 
	IEnumerable<IQuotaQuestion>, IEnumerable

The IQuotaQuestionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionIQuotaQuestion.)
Public propertyIsReadOnly (Inherited from ICollectionIQuotaQuestion.)
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIQuotaQuestion.)
Public methodClear (Inherited from ICollectionIQuotaQuestion.)
Public methodContains (Inherited from ICollectionIQuotaQuestion.)
Public methodCopyTo (Inherited from ICollectionIQuotaQuestion.)
Public methodCreate
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIQuotaQuestion.)
Public methodRemove (Inherited from ICollectionIQuotaQuestion.)
Top
See Also