Click or drag to resize

DBConstraintName Class

Simple class which represents the name of a constraint and which can track its own changes as well as persist itself to/from xml.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.DBDriverCoreDBConstraintName

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class DBConstraintName : ISerializableToXml

The DBConstraintName type exposes the following members.

Constructors
  NameDescription
Public methodDBConstraintName
Initializes a new instance of the DBConstraintName class.
Top
Properties
  NameDescription
Public propertyCurrentValue
Gets or sets the current value.
Public propertyIsEmpty
Gets a value indicating whether this name is empty (true) or that it has been set to a value (false)
Public propertyOriginalValue
Gets the original value. If not set/unknown, it will return the current value.
Top
Methods
  NameDescription
Public methodDeserializeFromReader
Deserializes from reader.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 the default hash function.
(Inherited from Object.)
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.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventHasBeenChanged
Raised when the implementing element has been changed
Top
See Also