DynamicRecord Třída

Definice

Představuje datový záznam pomocí popisovače vlastního typu a možností dynamického jazykového modulu runtime (DLR).

public sealed class DynamicRecord : System.Dynamic.DynamicObject, System.ComponentModel.ICustomTypeDescriptor
type DynamicRecord = class
    inherit DynamicObject
    interface ICustomTypeDescriptor
Public NotInheritable Class DynamicRecord
Inherits DynamicObject
Implements ICustomTypeDescriptor
Dědičnost
DynamicRecord
Implementuje

Vlastnosti

Columns

Vrátí seznam, který obsahuje názvy jednotlivých sloupců v DynamicRecord instanci.

Item[Int32]

Vrátí hodnotu sloupce v DynamicRecord instanci pomocí zadaného indexu.

Item[String]

Vrátí hodnotu sloupce v DynamicRecord instanci s použitím zadaného názvu.

Metody

GetDynamicMemberNames()

Vrátí seznam, který obsahuje název všech dynamických DynamicRecord členů instance.

TryGetMember(GetMemberBinder, Object)

Získá hodnotu člen pomocí DynamicRecord zadaného názvu.

Explicitní implementace rozhraní

ICustomTypeDescriptor.GetAttributes()

Vrátí seznam vlastních atributů pro tuto instanci komponenty.

ICustomTypeDescriptor.GetClassName()

Vrátí název třídy pro tuto instanci komponenty.

ICustomTypeDescriptor.GetComponentName()

Vrátí název této instance komponenty.

ICustomTypeDescriptor.GetConverter()

Vrátí převaděč typů pro tuto instanci komponenty.

ICustomTypeDescriptor.GetDefaultEvent()

Vrátí výchozí událost pro tuto instanci komponenty.

ICustomTypeDescriptor.GetDefaultProperty()

Vrátí výchozí vlastnost pro tuto instanci komponenty.

ICustomTypeDescriptor.GetEditor(Type)

Vrátí editor zadaného typu pro tuto instanci komponenty.

ICustomTypeDescriptor.GetEvents()

Vrátí události pro tuto instanci komponenty.

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí události pro tuto instanci komponenty pomocí zadaného filtru.

ICustomTypeDescriptor.GetProperties()

Vrátí vlastnosti pro tuto instanci komponenty.

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí vlastnosti pro tuto instanci komponenty pomocí zadaného filtru.

ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

Vrátí objekt, který obsahuje zadanou vlastnost.

Platí pro