Files
27Aug2021-Cpp2IL-Dump/System/ComponentModel/LookupBindingPropertiesAttribute.cs
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

140 lines
6.1 KiB
C#

using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// <summary>Specifies the properties that support lookup-based binding. This class cannot be inherited.</summary>
// Token: 0x02000161 RID: 353
[Token(Token = "0x2000161")]
[AttributeUsage(AttributeTargets.Class)]
public sealed class LookupBindingPropertiesAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class using no parameters.</summary>
// Token: 0x0600087A RID: 2170 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600087A")]
[Address(RVA = "0xC5DBC0", Offset = "0xC5CBC0", VA = "0x180C5DBC0")]
public LookupBindingPropertiesAttribute()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class.</summary>
/// <param name="dataSource">The name of the property to be used as the data source.</param>
/// <param name="displayMember">The name of the property to be used for the display name.</param>
/// <param name="valueMember">The name of the property to be used as the source for values.</param>
/// <param name="lookupMember">The name of the property to be used for lookups.</param>
// Token: 0x0600087B RID: 2171 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x600087B")]
[Address(RVA = "0xC5DB60", Offset = "0xC5CB60", VA = "0x180C5DB60")]
public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)
{
}
/// <summary>Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
/// <returns>The data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
// Token: 0x1700019A RID: 410
// (get) Token: 0x0600087C RID: 2172 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700019A")]
public string DataSource
{
[Token(Token = "0x600087C")]
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
get
{
return null;
}
}
/// <summary>Gets the name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
/// <returns>The name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
// Token: 0x1700019B RID: 411
// (get) Token: 0x0600087D RID: 2173 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700019B")]
public string DisplayMember
{
[Token(Token = "0x600087D")]
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
get
{
return null;
}
}
/// <summary>Gets the name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</summary>
/// <returns>The name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
// Token: 0x1700019C RID: 412
// (get) Token: 0x0600087E RID: 2174 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700019C")]
public string ValueMember
{
[Token(Token = "0x600087E")]
[Address(RVA = "0x4157C0", Offset = "0x4147C0", VA = "0x1804157C0")]
get
{
return null;
}
}
/// <summary>Gets the name of the lookup member for the component to which this attribute is bound.</summary>
/// <returns>The name of the lookup member for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> is bound.</returns>
// Token: 0x1700019D RID: 413
// (get) Token: 0x0600087F RID: 2175 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700019D")]
public string LookupMember
{
[Token(Token = "0x600087F")]
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0")]
get
{
return null;
}
}
/// <summary>Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance.</summary>
/// <param name="obj">The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> instance</param>
/// <returns>
/// <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" />, indicating they are not equal.</returns>
// Token: 0x06000880 RID: 2176 RVA: 0x00005340 File Offset: 0x00003540
[Token(Token = "0x6000880")]
[Address(RVA = "0xC5DA30", Offset = "0xC5CA30", VA = "0x180C5DA30", Slot = "0")]
public override bool Equals(object obj)
{
return default(bool);
}
/// <summary>Returns the hash code for this instance.</summary>
/// <returns>A hash code for the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" />.</returns>
// Token: 0x06000881 RID: 2177 RVA: 0x00005358 File Offset: 0x00003558
[Token(Token = "0x6000881")]
[Address(RVA = "0xB8D310", Offset = "0xB8C310", VA = "0x180B8D310", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
// Token: 0x04000521 RID: 1313
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000521")]
private readonly string dataSource;
// Token: 0x04000522 RID: 1314
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000522")]
private readonly string displayMember;
// Token: 0x04000523 RID: 1315
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x4000523")]
private readonly string valueMember;
// Token: 0x04000524 RID: 1316
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000524")]
private readonly string lookupMember;
/// <summary>Represents the default value for the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute" /> class.</summary>
// Token: 0x04000525 RID: 1317
[Token(Token = "0x4000525")]
public static readonly LookupBindingPropertiesAttribute Default;
}
}