Share via


FeedClockVector Members

Represents a clock vector that contains FeedSync information. This class cannot be inherited.

The following tables list the members exposed by the FeedClockVector type.

Public Constructors

  Name Description
Public method FeedClockVector Initializes a new instance of the FeedClockVector class.

Top

Public Properties

  Name Description
Public property Count Gets the number of elements that are contained in the clock vector.
Public property IsNoConflictsSpecified Gets or sets a value that indicates whether conflicts are preserved for the FeedSync item.
Public property IsReadOnly Gets a value that indicates whether the element list is read-only.
Public property Item Gets or sets the element in the clock vector that is indicated by the value of index.
Public property UpdateCount Gets or sets the number of updates that have been made to the FeedSync item.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add Adds an element to the clock vector.
Public method Clear Removes all items from the clock vector.
Public method Contains Determines whether the clock vector contains the specified element.
Public method CopyTo Copies the elements of the clock vector to array, starting at the index specified by arrayIndex.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the clock vector elements.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method IndexOf Determines the index of a specific item in the clock vector element list.
Public method Insert Inserts an element into the clock vector at the specified index.
Public method Static ReferenceEquals  (Inherited from Object.)
Public method Remove Removes the first occurrence of a specific element from the clock vector.
Public method RemoveAt Removes the element at the specified index.
Public method ToString Overridden. Returns a string that represents this object.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection of clock vector elements.
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.GetSchema Returns a null reference (Nothing in Visual Basic).
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.ReadXml Reconstitutes the object from its XML representation.
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.WriteXml Converts this object into its XML representation.

Top

See Also

Reference

FeedClockVector Class
Microsoft.Synchronization.FeedSync Namespace