Back to Devexpress

XPObjectStubCollection Members

xpo-devexpress-dot-xpo-dot-xpobjectstubcollection-dot-underscore-members.md

latest6.3 KB
Original Source

XPObjectStubCollection Members

A collection of XPObjectStub objects passed via ISerializableObjectLayer objects.

Constructors

NameDescription
XPObjectStubCollection()This member supports the internal infrastructure and is not intended to be used directly from your code.
XPObjectStubCollection(IEnumerable<XPObjectStub>)This member supports the internal infrastructure and is not intended to be used directly from your code.
XPObjectStubCollection(Int32)This member supports the internal infrastructure and is not intended to be used directly from your code.

Properties

NameDescription
CountThis member supports the internal infrastructure and is not intended to be used directly from your code.
IsReadOnlyThis member supports the internal infrastructure and is not intended to be used directly from your code.
Item[Int32]This member supports the internal infrastructure and is not intended to be used directly from your code.
ItemsThis member supports the internal infrastructure and is not intended to be used directly from your code.

Methods

NameDescription
Add(XPObjectStub)This member supports the internal infrastructure and is not intended to be used directly from your code.
AddRange(IEnumerable<XPObjectStub>)This member supports the internal infrastructure and is not intended to be used directly from your code.
AsReadOnly()This member supports the internal infrastructure and is not intended to be used directly from your code.
Clear()This member supports the internal infrastructure and is not intended to be used directly from your code.
Contains(XPObjectStub)This member supports the internal infrastructure and is not intended to be used directly from your code.
CopyTo(XPObjectStub[], Int32)This member supports the internal infrastructure and is not intended to be used directly from your code.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator()This member supports the internal infrastructure and is not intended to be used directly from your code.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetInnerList()This member supports the internal infrastructure and is not intended to be used directly from your code.
GetType()Gets the Type of the current instance. Inherited from Object.
IndexOf(XPObjectStub)This member supports the internal infrastructure and is not intended to be used directly from your code.
Insert(Int32, XPObjectStub)This member supports the internal infrastructure and is not intended to be used directly from your code.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(XPObjectStub)This member supports the internal infrastructure and is not intended to be used directly from your code.
RemoveAt(Int32)This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

XPObjectStubCollection Class

DevExpress.Xpo Namespace