GroupMemberCollection class

Represents a collection of members of GroupMember type.
Inheritance
Available Extensions

Constructors

GroupMemberCollection()
Initializes a new instance of the

Properties

AddedItems List<GroupMember>
Gets the added items.
no setterinherited
collectionIsCleared bool
If the collection is cleared, then store PDL members collection is updated with "SetItemField". If the collection is not cleared, then store PDL members collection is updated with "AppendToItemField".
getter/setter pair
Count int
Gets the total number of properties in the collection.
no setterinherited
first GroupMember
The first element.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Whether this collection has no elements.
no setterinherited
isNotEmpty bool
Whether this collection has at least one element.
no setterinherited
Items List<GroupMember>
Gets the items.
no setterinherited
iterator Iterator<GroupMember>
Gets an enumerator that iterates through the elements of the collection.
no setterinherited
last GroupMember
The last element.
no setterinherited
length int
The number of elements in this.
no setterinherited
ModifiedItems List<GroupMember>
Gets the modified items.
no setterinherited
Namespace XmlNamespace
Gets or sets the namespace.
getter/setter pairinherited
OnChangeList List<IComplexPropertyChangedDelegate>
Occurs when property changed.
getter/setter pairinherited
RemovedItems List<GroupMember?>
Gets the removed items.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
single GroupMember
Checks that this iterable has only one element, and returns that element.
no setterinherited

Methods

Add(GroupMember member) → void
Adds a member to the collection.
addOnChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
AddRange(Iterable<GroupMember> members) → void
Adds multiple members to the collection.
any(bool test(GroupMember element)) bool
Checks whether any element of this iterable satisfies test.
inherited
CanSetFieldValue<T>(T field, T value) bool
Sets value of field.
inherited
cast<R>() Iterable<R>
A view of this iterable as an iterable of R instances.
inherited
Changed() → dynamic
Instance was changed.
inherited
Clear() → void
Clears the collection.
ClearChangeLog() → void
Clears the change log.
override
contains(Object? element) bool
Whether the collection contains an element equal to element.
inherited
Contains(GroupMember complexProperty) bool
Determines whether a specific property is in the collection.
inherited
CreateComplexProperty(String xmlElementName) GroupMember
Writes the update to XML.
override
elementAt(int index) GroupMember
Returns the indexth element.
inherited
every(bool test(GroupMember element)) bool
Checks whether every element of this iterable satisfies test.
inherited
expand<T>(Iterable<T> toElements(GroupMember element)) Iterable<T>
Expands each element of this Iterable into zero or more elements.
inherited
Find(String key) GroupMember?
Finds the member with the specified key in the collection. Members that have not yet been saved do not have a key.
firstWhere(bool test(GroupMember element), {GroupMember orElse()?}) GroupMember
The first element that satisfies the given predicate test.
inherited
fold<T>(T initialValue, T combine(T previousValue, GroupMember element)) → T
Reduces a collection to a single value by iteratively combining each element of the collection with an existing value
inherited
followedBy(Iterable<GroupMember> other) Iterable<GroupMember>
Creates the lazy concatenation of this iterable and other.
inherited
forEach(void action(GroupMember element)) → void
Invokes action on each element of this iterable in iteration order.
inherited
GetCollectionItemXmlElementName(GroupMember member) String
Retrieves the XML element name corresponding to the provided GroupMember object.
override
IndexOf(GroupMember complexProperty) int
Searches for a specific property and return its zero-based index within the collection.
inherited
InternalAdd(GroupMember complexProperty, [bool loading = false]) → void
Add complex property.
inherited
InternalClear() → void
Clear collection.
inherited
InternalRemove(GroupMember? complexProperty) bool
Remove specified complex property.
inherited
InternalRemoveAt(int index) → void
Remote entry at index.
inherited
InternalValidate() → void
Validates this instance.
override
ItemChanged(ComplexProperty complexProperty) → void
Item changed.
inherited
join([String separator = ""]) String
Converts each element to a String and concatenates the strings.
inherited
lastWhere(bool test(GroupMember element), {GroupMember orElse()?}) GroupMember
The last element that satisfies the given predicate test.
inherited
LoadFromXml(EwsServiceXmlReader reader, String? localElementName) Future<void>
Loads from XML.
inherited
LoadFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String? localElementName) Future<void>
Loads from XML.
inherited
map<T>(T toElement(GroupMember e)) Iterable<T>
The current elements of this iterable modified by toElement.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadAttributesFromXml(EwsServiceXmlReader reader) → void
Reads the attributes from XML.
inherited
ReadTextValueFromXml(EwsServiceXmlReader reader) Future<void>
Reads the text value from XML.
inherited
reduce(GroupMember combine(GroupMember value, GroupMember element)) GroupMember
Reduces a collection to a single value by iteratively combining elements of the collection using the provided function.
inherited
Remove(GroupMember member) bool
Removes a member from the collection.
RemoveAt(int index) → void
Adds a member linked to a Contact Group.
removeChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
RemoveFromChangeLog(GroupMember? complexProperty) → void
Removes from change log.
inherited
ShouldWriteToRequest() bool
Determine whether we should write collection to XML or not.
inherited
singleWhere(bool test(GroupMember element), {GroupMember orElse()?}) GroupMember
The single element that satisfies test.
inherited
skip(int count) Iterable<GroupMember>
Creates an Iterable that provides all but the first count elements.
inherited
skipWhile(bool test(GroupMember value)) Iterable<GroupMember>
Creates an Iterable that skips leading elements while test is satisfied.
inherited
take(int count) Iterable<GroupMember>
Creates a lazy iterable of the count first elements of this iterable.
inherited
takeWhile(bool test(GroupMember value)) Iterable<GroupMember>
Creates a lazy iterable of the leading elements satisfying test.
inherited
toList({bool growable = true}) List<GroupMember>
Creates a List containing the elements of this Iterable.
inherited
toSet() Set<GroupMember>
Creates a Set containing the same elements as this iterable.
inherited
toString() String
Returns a string representation of (some of) the elements of this.
inherited
TryReadElementFromXml(EwsServiceXmlReader reader) Future<bool>
Tries to read element from XML.
inherited
TryReadElementFromXmlToPatch(EwsServiceXmlReader reader) Future<bool>
Tries to read element from XML to patch this property.
inherited
UpdateFromXml(EwsServiceXmlReader reader, String xmlElementName) Future<void>
Loads from XML to update this property.
inherited
UpdateFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName) Future<void>
Loads from XML to update itself.
inherited
Validate() → void
Implements ISelfValidate.Validate. Validates this instance.
inherited
where(bool test(GroupMember element)) Iterable<GroupMember>
Creates a new lazy Iterable with all elements that satisfy the predicate test.
inherited
whereType<T>() Iterable<T>
Creates a new lazy Iterable with all elements that have type T.
inherited
WriteAttributesToXml(EwsServiceXmlWriter writer) → void
Writes the attributes to XML.
inherited
WriteDeleteMembersCollectionToXml(EwsServiceXmlWriter writer) → void
Delete the whole members collection.
WriteElementsToXml(EwsServiceXmlWriter writer) → void
Writes elements to XML.
inherited
WriteSetOrAppendMembersToXml(EwsServiceXmlWriter writer, List<GroupMember> members, bool setMode) → void
Generate XML to delete individual members.
WriteToXml(EwsServiceXmlWriter writer, String? xmlElementName) → void
Writes to XML.
inherited
WriteToXmlWithNamespace(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String? xmlElementName) → void
Writes to XML.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](int index) GroupMember
Gets the property at the specified index.
inherited