FormatInfo Constructors
Provides formatting settings.| Name | Parameters | Description |
|---|---|---|
| FormatInfo() | none | Creates an instance of the FormatInfo class. |
| FormatInfo(IComponentLoading, IViewBagOwner, String) | componentLoading, bagOwner, objectPath | Initializes a new instance of the FormatInfo class with the specified settings. |
| FormatInfo(IComponentLoading) | componentLoading | Initializes a new instance of the FormatInfo class with the specified settings. |
| FormatInfo(IViewBagOwner, String) | bagOwner, objectPath | Initializes a new instance of the FormatInfo class. |
See Also