The C1Binding type exposes the following members.

Constructors

  Name Description
Public method C1Binding()()()()
Initializes a new instance of a C1Binding.
Public method C1Binding(String)
Initializes a new instance of a C1Binding.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method ProvideValue
Returns an object that is provided as the value of the target property for this markup extension.
(Overrides MarkupExtension..::..ProvideValue(IServiceProvider).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Expression
Gets or sets the expression used to calculate the binding value.
Public property FallbackValue
Gets or sets the value to use when the binding is unable to return a value.
Public property StringFormat
Gets or sets a string that specifies how to format the binding value.
Public property TargetNullValue
Gets or sets the value that is used in the target when the value of the source is null.

See Also