ComplexType Class Breeze.sharp
Metadata information about a complex type.
Inheritance Hierarchy

SystemObject
  Breeze.SharpStructuralType
    Breeze.SharpComplexType

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public sealed class ComplexType : StructuralType, 
	IJsonSerializable

The ComplexType type exposes the following members.

Constructors

  NameDescription
Public methodComplexType
Initializes a new instance of the ComplexType class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDataProperty (Inherited from StructuralType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperty (Inherited from StructuralType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyClrType (Inherited from StructuralType.)
Public propertyComplexProperties (Inherited from StructuralType.)
Public propertyCustom (Inherited from StructuralType.)
Public propertyDataProperties (Inherited from StructuralType.)
Public propertyIsAbstract (Inherited from StructuralType.)
Public propertyIsAnonymous (Inherited from StructuralType.)
Public propertyIsEntityType (Overrides StructuralTypeIsEntityType.)
Public propertyMetadataStore (Inherited from StructuralType.)
Public propertyName (Inherited from StructuralType.)
Public propertyNameOnServer (Inherited from StructuralType.)
Public propertyNamespace (Inherited from StructuralType.)
Public propertyProperties (Inherited from StructuralType.)
Public propertyShortName (Inherited from StructuralType.)
Public propertyUnmappedProperties (Inherited from StructuralType.)
Public propertyValidators (Inherited from StructuralType.)
Public propertyWarnings (Inherited from StructuralType.)
Top
See Also

Reference