Click or drag to resize
SourceValueTypePath Class
Class which defines the path of valuetype typed fields from the entity of the containing ReferencedEntity to a related valueType of that root entity. Example: Customer has field VisitingAddress (of type AddressVT, valuetype), and AddressVT has field ZipCode (of type ZipCodeVT, valuetype). for the fields in the AddressVT based document, their instances of this class contain the field 'VisitingAddress'. for the fields in the ZipCodeVT based document, their instances of this class contain 'VisitingAddress' and 'ZipCode'.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceValueTypePath

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class SourceValueTypePath : INotifyAsRemoved, 
	INotifyAsChanged, ISerializableToXml

The SourceValueTypePath type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsEmpty
Gets a value indicating whether this instance is empty.
Public propertyLength
Gets the length of the path.
Public propertyPathElements
Gets the path elements of this path.
Public propertyPathEndValueTypeDefinition
Gets the path end value type definition, so the valuetype definition of the last field in this path, or null if not found/applicable.
Top
Methods
  NameDescription
Public methodBindEvents
Binds the event handlers of contained elements.
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 methodGetHashCode
Serves as a hash function for a particular type.
(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
Unbinds the event handlers of contained elements
Top
Events
  NameDescription
Public eventHasBeenChanged
Event which is raised when a contained element has been changed. For observers it's not important which one, they have to re-examine the path for their own requirements to see whether it's still valid.
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Top
See Also