The ExtendedProperty type exposes the following members.

Constructors

  NameDescription
Public methodExtendedProperty()()()()
Initializes a new instance of the ExtendedProperty class
Public methodExtendedProperty(String, Object, DbType)
Initializes a new instance of the ExtendedProperty class
Public methodExtendedProperty(String, Object, DbType, PropertyStateEnum)
Initializes a new instance of the ExtendedProperty class

Methods

  NameDescription
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 a hash function for a particular type.
(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.)
Protected methodOnPropertyChanged(PropertyChangedEventArgs)
Protected methodOnPropertyChanged(String)
Public methodStatic memberReadonly(String, Boolean)
Public methodStatic memberReadonly(String, Int32)
Public methodStatic memberReadonly(String, Int64)
Public methodStatic memberReadonly(String, String)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyDataType
The data type of this extended property.
Public propertyName
The name of this extended property.
Public propertyPropertyState
Public propertyValue
The value of this extended property.

Events

  NameDescription
Public eventPropertyChanged

See Also