Class ObjectFormattingOptions
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Configuration options for FromObject() and methods of ObjectDecoratorExtensions.
public class ObjectFormattingOptions : FormattingOptions, IValidatableParameterObject, IParameterObject
- Inheritance
-
ObjectFormattingOptions
- Implements
- Inherited Members
Constructors
ObjectFormattingOptions()
Initializes a new instance of the ObjectFormattingOptions class.
public ObjectFormattingOptions()
Remarks
The following table shows the initial property values for an instance of ObjectFormattingOptions.
Property | Initial Value |
---|---|
FormatProvider | InvariantCulture |
DescriptorContext | null |
Properties
DescriptorContext
Gets or sets the type specific format context.
public ITypeDescriptorContext DescriptorContext { get; set; }
Property Value
- ITypeDescriptorContext
The type specific format context.