PropertyItem Class

Individual property definition.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public class PropertyItem : ChangeObjectItem
Inheritance
Object    ChangeObjectItem    PropertyItem

Constructors

PropertyItemInitializes a new instance of the PropertyItem class

Properties

Name Get/Set the name of the property.
Value Get/Set the value of the property.

Methods

Clone Return a deep copy of the specified property item.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnCollectionChanged Raises the PropertyChanged event when the contents of a member collection have changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
ToString
(Inherited from Object)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also