Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IFormattedObject Interface
NamespacesGenesyslab.Desktop.Infrastructure.ObjectFormatIFormattedObject
Represents the base class for the entire FormattedObject class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IFormattedObject : INotifyPropertyChanged
Public Interface IFormattedObject _
	Implements INotifyPropertyChanged
public interface class IFormattedObject : INotifyPropertyChanged
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
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.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)