Click or drag to resize
ReferencedValueType Class
Class which represents a referenced valuetype in a derived model element.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.DerivedModelReferencedValueType

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 ReferencedValueType : INotifyAsRemoved, 
	INotifyAsChanged

The ReferencedValueType type exposes the following members.

Constructors
  NameDescription
Public methodReferencedValueType
Initializes a new instance of the ReferencedValueType class.
Top
Properties
  NameDescription
Public propertyLastField
Gets the last field in the path of this referenced valuetype, if any, otherwise null.
Public propertyPath
Gets the path elements, which is the path from the containing entity (if any) to the entity represented by this instance. Can be null, in which case this referenced entity has no root entity
Public propertyValueType
Gets the value type represented by this instance.
Top
Methods
  NameDescription
Public methodBindEvents
Binds the event handlers of contained elements.
Public methodClone
Clones this instance using deep cloning. It doesn't clone elements referenced from the entity model. There it uses shallow clone.
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
Public eventValueTypeChanged
Raised when a value inside the valuetype this referenced valuetype is referencing has been changed. This event contains the information about the particular change.
Top
See Also