The interface for the BusinessAttributeValue class.

C# | Visual Basic | Visual C++ |
public interface IBusinessAttributeValue : INotifyPropertyChanged
Public Interface IBusinessAttributeValue _ Implements INotifyPropertyChanged
public interface class IBusinessAttributeValue : INotifyPropertyChanged

All Members | Properties | Events | |||
Icon | Member | Description |
---|---|---|
![]() | Description |
Gets or sets the description.
|
![]() | DisplayName |
Gets or sets the display name.
|
![]() | Name |
Gets or sets the name.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |