Click or drag to resize
EasyNested Class
Summary description for EasyNested.
Inheritance Hierarchy

Namespace: X3Platform.DynamicProxy.Builder.CodeBuilder
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class EasyNested : AbstractEasyType

The EasyNested type exposes the following members.

Constructors
  NameDescription
Public methodEasyNested
Initializes a new instance of the EasyNested class
Top
Methods
  NameDescription
Public methodBuildType (Inherited from AbstractEasyType.)
Public methodCreateConstructor (Inherited from AbstractEasyType.)
Public methodCreateDefaultConstructor (Inherited from AbstractEasyType.)
Public methodCreateEvent (Inherited from AbstractEasyType.)
Public methodCreateField(String, Type) (Inherited from AbstractEasyType.)
Public methodCreateField(String, Type, Boolean) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, ReturnReferenceExpression, ArgumentReference) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, MethodAttributes, ReturnReferenceExpression, Type) (Inherited from AbstractEasyType.)
Public methodCreateMethod(String, ReturnReferenceExpression, MethodAttributes, ArgumentReference) (Inherited from AbstractEasyType.)
Public methodCreateProperty(PropertyInfo) (Inherited from AbstractEasyType.)
Public methodCreateProperty(String, Type) (Inherited from AbstractEasyType.)
Public methodCreateRuntimeConstructor (Inherited from AbstractEasyType.)
Public methodCreateRuntimeMethod (Inherited from AbstractEasyType.)
Protected methodEnsureBuildersAreInAValidState (Inherited from AbstractEasyType.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_constructors (Inherited from AbstractEasyType.)
Protected field_events (Inherited from AbstractEasyType.)
Protected field_methods (Inherited from AbstractEasyType.)
Protected field_nested (Inherited from AbstractEasyType.)
Protected field_properties (Inherited from AbstractEasyType.)
Protected field_typebuilder (Inherited from AbstractEasyType.)
Top
Properties
  NameDescription
Public propertyConstructors (Inherited from AbstractEasyType.)
Public propertyMethods (Inherited from AbstractEasyType.)
Public propertyTypeBuilder (Inherited from AbstractEasyType.)
Top
See Also