Summary description for EasyNested.
Inheritance Hierarchy
Namespace: X3Platform.DynamicProxy.Builder.CodeBuilderAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic class EasyNested : AbstractEasyType
public ref class EasyNested : public AbstractEasyType
The EasyNested type exposes the following members.
Constructors
| Name | Description |
---|
 | EasyNested | Initializes a new instance of the EasyNested class |
Top
Methods
| Name | Description |
---|
 | BuildType | (Inherited from AbstractEasyType.) |
 | CreateConstructor | (Inherited from AbstractEasyType.) |
 | CreateDefaultConstructor | (Inherited from AbstractEasyType.) |
 | CreateEvent | (Inherited from AbstractEasyType.) |
 | CreateField(String, Type) | (Inherited from AbstractEasyType.) |
 | CreateField(String, Type, Boolean) | (Inherited from AbstractEasyType.) |
 | CreateMethod(String, ReturnReferenceExpression, ArgumentReference) | (Inherited from AbstractEasyType.) |
 | CreateMethod(String, MethodAttributes, ReturnReferenceExpression, Type) | (Inherited from AbstractEasyType.) |
 | CreateMethod(String, ReturnReferenceExpression, MethodAttributes, ArgumentReference) | (Inherited from AbstractEasyType.) |
 | CreateProperty(PropertyInfo) | (Inherited from AbstractEasyType.) |
 | CreateProperty(String, Type) | (Inherited from AbstractEasyType.) |
 | CreateRuntimeConstructor | (Inherited from AbstractEasyType.) |
 | CreateRuntimeMethod | (Inherited from AbstractEasyType.) |
 | EnsureBuildersAreInAValidState | (Inherited from AbstractEasyType.) |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | ToString | (Inherited from Object.) |
Top
Fields
Properties
See Also