Metadata information about a complex type.
Inheritance Hierarchy
Breeze.SharpStructuralType
Breeze.SharpComplexType
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The ComplexType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ComplexType | Initializes a new instance of the ComplexType class |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetDataProperty | (Inherited from StructuralType.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProperty | (Inherited from StructuralType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ClrType | (Inherited from StructuralType.) | |
| ComplexProperties | (Inherited from StructuralType.) | |
| Custom | (Inherited from StructuralType.) | |
| DataProperties | (Inherited from StructuralType.) | |
| IsAbstract | (Inherited from StructuralType.) | |
| IsAnonymous | (Inherited from StructuralType.) | |
| IsEntityType | (Overrides StructuralTypeIsEntityType.) | |
| MetadataStore | (Inherited from StructuralType.) | |
| Name | (Inherited from StructuralType.) | |
| NameOnServer | (Inherited from StructuralType.) | |
| Namespace | (Inherited from StructuralType.) | |
| Properties | (Inherited from StructuralType.) | |
| ShortName | (Inherited from StructuralType.) | |
| UnmappedProperties | (Inherited from StructuralType.) | |
| Validators | (Inherited from StructuralType.) | |
| Warnings | (Inherited from StructuralType.) |
See Also