This class contains methods used to format text for directories.

C# | Visual Basic | Visual C++ |
public abstract class FormattedObject : IFormattedObject, INotifyPropertyChanged
Public MustInherit Class FormattedObject _ Implements IFormattedObject, INotifyPropertyChanged
public ref class FormattedObject abstract : IFormattedObject, INotifyPropertyChanged

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | FormattedObject(IConfigManager) |
Initializes a new instance of the FormattedObject class.
|
![]() | AddFormattedObject(IFormattedObject) |
Adds a formated object.
|
![]() | AddKeyText(NameValueCollection, String) |
Adds the key's text.
|
![]() | ConfigManager |
Gets or sets a configuration manager.
|
![]() ![]() | DefaultEndTag |
The default end tag.
|
![]() | DefaultFormat |
Gets or sets the default format.
|
![]() | DefaultOptionFormat |
Gets or sets the default option format.
|
![]() ![]() | DefaultStartTag |
The default start tag.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() |
Releases unmanaged resources and performs other cleanup operations before the
FormattedObject is reclaimed by garbage collection.
(Overrides Object.Finalize()()().) |
![]() | FormattedString |
Gets the formatted string.
|
![]() | GetFormattedString(String, String) |
Gets a formatted string.
|
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetKey(String) |
Gets a key.
|
![]() ![]() | GetPropertyValue(Object, String) |
Gets the property value.
|
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Id |
Gets or sets the id.
|
![]() | Initialize()()() |
Initializes this instance.
|
![]() | Key |
Gets the key.
|
![]() | log |
The log.
|
![]() | MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnPropertyChanged(String) |
Called when the PropertyChanged event has occured.
|
![]() | OptionId |
Gets or sets the option id.
|
![]() | ParseFormat(Char, Char, String) |
Parses the format.
|
![]() | PropertyChanged |
Occurs when a property value changes.
|
![]() | Release()()() |
Releases this instance.
|
![]() | RemoveFormattedObject(IFormattedObject) |
Removes the formatted object.
|
![]() | ReplaceValue(Object, String) |
Replaces the object's value.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | UserData |
Gets or sets user data.
|

Object | |
![]() | FormattedObject |