Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​LookupBindingPropertiesAttribute

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → Attribute → LookupBindingPropertiesAttribute

Specifies the properties that support lookup-based binding. This class cannot be inherited.

Fields and Constants

public static readonly LookupBindingPropertiesAttribute
Default
Represents the default value for the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class.

Properties

public string
DataSource
Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.
public string
DisplayMember
Gets the name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.
public string
LookupMember
Gets the name of the lookup member for the component to which this attribute is bound.
public string
ValueMember
Gets the name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.
public object
TypeId

Methods

public bool
Equals​(object obj)
Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance.
Returns <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" /> , indicating they are not equal.
obj The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance.
public int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> .
public bool
IsDefaultAttribute​()
Inherited from Attribute
public bool
Match​(object obj)
Inherited from Attribute
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object