See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The EntitySchemaCodeTypeDeclaration type exposes the following members.

Properties

  NameDescription
Public propertyAttributes
Gets or sets the attributes of the member.
(Inherited from CodeTypeMember.)
Public propertyBaseTypes
Gets the base types of the type.
(Inherited from CodeTypeDeclaration.)
Public propertyComments
Gets the collection of comments for the type member.
(Inherited from CodeTypeMember.)
Public propertyCustomAttributes
Gets or sets the custom attributes of the member.
(Inherited from CodeTypeMember.)
Public propertyEndDirectives
Gets the end directives for the member.
(Inherited from CodeTypeMember.)
Public propertyIsClass
Gets or sets a value indicating whether the type is a class or reference type.
(Inherited from CodeTypeDeclaration.)
Public propertyIsEnum
Gets or sets a value indicating whether the type is an enumeration.
(Inherited from CodeTypeDeclaration.)
Public propertyIsInterface
Gets or sets a value indicating whether the type is an interface.
(Inherited from CodeTypeDeclaration.)
Public propertyIsPartial
Gets or sets a value indicating whether the type declaration is complete or partial.
(Inherited from CodeTypeDeclaration.)
Public propertyIsStruct
Gets or sets a value indicating whether the type is a value type (struct).
(Inherited from CodeTypeDeclaration.)
Public propertyLinePragma
Gets or sets the line on which the type member statement occurs.
(Inherited from CodeTypeMember.)
Public propertyMembers
Gets the collection of class members for the represented type.
(Inherited from CodeTypeDeclaration.)
Public propertyName
Gets or sets the name of the member.
(Inherited from CodeTypeMember.)
Public propertyStartDirectives
Gets the start directives for the member.
(Inherited from CodeTypeMember.)
Public propertyTypeAttributes
Gets or sets the attributes of the type.
(Inherited from CodeTypeDeclaration.)
Public propertyTypeParameters
Gets the type parameters for the type declaration.
(Inherited from CodeTypeDeclaration.)
Public propertyUserData
Gets the user-definable data for the current object.
(Inherited from CodeObject.)

See Also