Show / Hide Table of Contents

Class StandardUserDataDescriptor

Standard descriptor for userdata types.

Inheritance
System.Object
StandardUserDataDescriptor
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class StandardUserDataDescriptor : DispatchingUserDataDescriptor, IWireableDescriptor

Constructors

StandardUserDataDescriptor(Type, InteropAccessMode, String)

Initializes a new instance of the StandardUserDataDescriptor class.

Declaration
public StandardUserDataDescriptor(Type type, InteropAccessMode accessMode, string friendlyName = null)
Parameters
Type type

The type this descriptor refers to.

InteropAccessMode accessMode

The interop access mode this descriptor uses for members access

System.String friendlyName

A human readable friendly name of the descriptor.

Properties

AccessMode

Gets the interop access mode this descriptor uses for members access

Declaration
public InteropAccessMode AccessMode { get; }
Property Value
InteropAccessMode

Methods

PrepareForWiring(Table)

Declaration
public void PrepareForWiring(Table t)
Parameters
Table t

Back to top Built by Itinero, MIT licensed.