DynamicObject Class
Version  Language 
Implementation of DynamicObject
Inheritance Hierarchy

OnlineSystem Object
  TimeCockpit.Data DynamicObject
    TimeCockpit.Data DataContext
    TimeCockpit.Data.DataModel ModelCollection T 
    TimeCockpit.Data.DataModel NamedDynamicObject
    TimeCockpit.Data DependencyEntityObject
    TimeCockpit.Data EntityObject
    TimeCockpit.Data.Localization LocalizedTextPropertyCollection
    TimeCockpit.Data.Localization LocalizedValueCollection
    TimeCockpit.Data RelationIdentifiers
    TimeCockpit.Data.Security MemberAccessPermission
    TimeCockpit.Data.Security MemberAccessPermissions

Namespace: TimeCockpit.Data
Assembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.11.2319.17 (1.11.2319.17)
Syntax

public abstract class DynamicObject : IDynamicMetaObjectProvider
Remarks

Supports the library for integrating with the Dynamic Language Runtime. This class must not be used outside of this library!

Caution! Will be replaced as soon as implementation of C# 4.0 becomes available.

See Also