Show / Hide Table of Contents

Class ObjectFormattingOptions

Configuration options for FromObject() and methods of ObjectDecoratorExtensions.

Inheritance
Object
FormattingOptions<IFormatProvider>
ObjectFormattingOptions
Implements
IParameterObject
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class ObjectFormattingOptions : FormattingOptions<IFormatProvider>, IParameterObject

Constructors

| Improve this Doc View Source

ObjectFormattingOptions()

Initializes a new instance of the ObjectFormattingOptions class.

Declaration
public ObjectFormattingOptions()
Remarks

The following table shows the initial property values for an instance of ObjectFormattingOptions.

PropertyInitial Value
FormatProviderInvariantCulture
DescriptorContextnull

Properties

| Improve this Doc View Source

DescriptorContext

Gets or sets the type specific format context.

Declaration
public ITypeDescriptorContext DescriptorContext { get; set; }
Property Value
Type Description
ITypeDescriptorContext

The type specific format context.

| Improve this Doc View Source

FormatProvider

Gets or sets the culture specific formatting information.

Declaration
public sealed override IFormatProvider FormatProvider { get; set; }
Property Value
Type Description
IFormatProvider

The culture specific formatting information.

Overrides
Cuemon.FormattingOptions<System.IFormatProvider>.FormatProvider

Implements

IParameterObject
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX