BinderOptions Class

Definition

Options class used by the ConfigurationBinder.

public ref class BinderOptions
public class BinderOptions
type BinderOptions = class
Public Class BinderOptions
Inheritance
BinderOptions

Constructors

BinderOptions()

Properties

BindNonPublicProperties

When false (the default), the binder will only attempt to set public properties. If true, the binder will attempt to set all non read-only properties.

ErrorOnUnknownConfiguration

Gets or sets a value that indicates whether an exception is thrown when a configuration key doesn't have a matching property in the model object.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to