Click or drag to resize

ReferencedElement Methods

The ReferencedElement type exposes the following members.

Methods
  NameDescription
Public methodBindEvents
Public methodClone
Clones this instance using deep cloning, except elements in the entity model, which are shallow cloned.
Public methodCreateEmbeddedDocumentName
Creates the name for an embedded document. If a valuetype is specified: It uses the last field of the path to the valuetype and uses that name. If a valuetype isn't specified: It uses the last navigator of the path and uses that name if the element is a single element. If the element represents a list / set of elements, it will singularize the name.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCombinedPathAsStringExcludingStartPath
Gets the combined path as string, excluding start path (if specified).
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodUnbindEvents
Top
See Also