Class CollectionItem

CollectionItem class

Represents a collection item class. The collection item contains the data described by the collection schema.

public class CollectionItem

Properties

NameDescription
AllNames { get; }Gets a collection of all the names of collection item values.
IsEmpty { get; }Gets a value indicating whether the collection item is empty.

Methods

NameDescription
HasName(string)Checks if the given name exists in the collection item.
TryGetDateTimeValue(string, out Value<DateTime>)
TryGetDoubleValue(string, out Value<double>)
TryGetIntValue(string, out Value<int>)
TryGetTextValue(string, out Value<string>)

Other Members

NameDescription
class Value<T>Represents a class for a value of colection item.

See Also