DynamicTypeWrapper Class

Definition

Represents a container class that contains properties that are grouped by using $apply.

public abstract class DynamicTypeWrapper
type DynamicTypeWrapper = class
Public MustInherit Class DynamicTypeWrapper
Inheritance
DynamicTypeWrapper

Constructors

DynamicTypeWrapper()

Properties

Values

Gets values stored in the wrapper

Methods

TryGetPropertyValue(String, Object)

Attempts to get the value of the Property called propertyName from the underlying Entity.

Applies to