Skip to main content
.NET 6.0+

XPClassInfoStub Members

A container for persistent class metadata passed via ISerializableObjectLayer objects.

Constructors

Name Description
XPClassInfoStub() This member supports the internal infrastructure and is not intended to be used directly from your code.
XPClassInfoStub(String) This member supports the internal infrastructure and is not intended to be used directly from your code.

Properties

Name Description
ClassName This member supports the internal infrastructure and is not intended to be used directly from your code.
KeyFieldName This member supports the internal infrastructure and is not intended to be used directly from your code.
MemberCount This member supports the internal infrastructure and is not intended to be used directly from your code.
MembersList This member supports the internal infrastructure and is not intended to be used directly from your code.
OptimisticLockFieldInDataLayerName This member supports the internal infrastructure and is not intended to be used directly from your code.
OptimisticLockFieldName This member supports the internal infrastructure and is not intended to be used directly from your code.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) This member supports the internal infrastructure and is not intended to be used directly from your code.
FromClassInfo(XPClassInfo) static This member supports the internal infrastructure and is not intended to be used directly from your code.
GetHashCode() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetMemberHasOldValue(XPObjectStub, String) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetMemberIndex(String, Boolean) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetMemberOldValue(XPObjectStub, String) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetMemberValue(XPObjectStub, String) 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.
IsMemberChanged(XPObjectStub, String) This member supports the internal infrastructure and is not intended to be used directly from your code.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetMemberOldValue(XPObjectStub, String, Object) This member supports the internal infrastructure and is not intended to be used directly from your code.
SetMemberValue(XPObjectStub, String, Object) This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString() This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also