Represents one data element.
| C# | Visual Basic | Visual C++ |
public class CaseData : INotifyPropertyChanged
Public Class CaseData _ Implements INotifyPropertyChanged
public ref class CaseData : INotifyPropertyChanged
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| CaseData()()() | Initializes a new instance of the CaseData class | |
| DataValue |
Gets or sets the data value.
| |
| DisplayName |
Gets or sets the display name.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsAttachedData |
Gets or sets a value indicating whether this instance is attached data.
| |
| Key |
Gets or sets the unique key.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnPropertyChanged(String) |
Called when a property is changed.
| |
| PropertyChanged |
Occurs when a property value changes.
| |
| Tag |
Gets or sets the tag.
| |
| ToString()()() | (Inherited from Object.) | |
| Visibility |
Gets or sets the visibility.
|
| Object | |
| CaseData | |