See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The EntitySchemaCodeTypeDeclaration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EntitySchemaCodeTypeDeclaration | Initializes a new instance of the EntitySchemaCodeTypeDeclaration class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateCodeCompileUnit | ||
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SubstitutePostSerialization | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Attributes | Gets or sets the attributes of the member. (Inherited from CodeTypeMember.) | |
| BaseTypes | Gets the base types of the type. (Inherited from CodeTypeDeclaration.) | |
| Comments | Gets the collection of comments for the type member. (Inherited from CodeTypeMember.) | |
| CustomAttributes | Gets or sets the custom attributes of the member. (Inherited from CodeTypeMember.) | |
| EndDirectives | Gets the end directives for the member. (Inherited from CodeTypeMember.) | |
| IsClass | Gets or sets a value indicating whether the type is a class or reference type. (Inherited from CodeTypeDeclaration.) | |
| IsEnum | Gets or sets a value indicating whether the type is an enumeration. (Inherited from CodeTypeDeclaration.) | |
| IsInterface | Gets or sets a value indicating whether the type is an interface. (Inherited from CodeTypeDeclaration.) | |
| IsPartial | Gets or sets a value indicating whether the type declaration is complete or partial. (Inherited from CodeTypeDeclaration.) | |
| IsStruct | Gets or sets a value indicating whether the type is a value type (struct). (Inherited from CodeTypeDeclaration.) | |
| LinePragma | Gets or sets the line on which the type member statement occurs. (Inherited from CodeTypeMember.) | |
| Members | Gets the collection of class members for the represented type. (Inherited from CodeTypeDeclaration.) | |
| Name | Gets or sets the name of the member. (Inherited from CodeTypeMember.) | |
| StartDirectives | Gets the start directives for the member. (Inherited from CodeTypeMember.) | |
| TypeAttributes | Gets or sets the attributes of the type. (Inherited from CodeTypeDeclaration.) | |
| TypeParameters | Gets the type parameters for the type declaration. (Inherited from CodeTypeDeclaration.) | |
| UserData | Gets the user-definable data for the current object. (Inherited from CodeObject.) |
Events
| Name | Description | |
|---|---|---|
| PopulateBaseTypes | Occurs when the BaseTypes collection is accessed for the first time. (Inherited from CodeTypeDeclaration.) | |
| PopulateMembers | Occurs when the Members collection is accessed for the first time. (Inherited from CodeTypeDeclaration.) |