Edit

Share via


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

When false (the default), no exceptions are thrown when trying to convert a value or when a configuration key is found for which the provided model object does not have an appropriate property which matches the key's name. When true, an InvalidOperationException is thrown with a description of the error.

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