Represents the base class for the entire FormattedObject class.

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

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AddFormattedObject(IFormattedObject) |
Adds the formatted object.
|
![]() | ConfigManager |
Gets or sets the configuration manager.
|
![]() | DefaultFormat |
Gets or sets the default format.
|
![]() | DefaultOptionFormat |
Gets or sets the default option format.
|
![]() | FormattedString |
Gets the formatted string.
|
![]() | GetFormattedString(String, String) |
Gets the formatted string. Takes the default format if any field matches with the default format.
|
![]() | Id |
Gets or sets the id of the object.
|
![]() | Initialize()()() |
Initializes this instance.
|
![]() | Key |
Gets the key.
|
![]() | OptionId |
Gets or sets the option's id in configuration manager.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | Release()()() |
Releases this instance.
|
![]() | RemoveFormattedObject(IFormattedObject) |
Removes the formatted object.
|
![]() | UserData |
Gets the user data.
|