DataProperty Class Breeze.sharp
A DataProperty describes the metadata for a single property of an EntityType that contains simple data. Instances of the DataProperty class are constructed automatically during assembly probing and and then updated via Metadata retrieval from an entity server. Itt is also possible to update/extend them directly on the client.
Inheritance Hierarchy

SystemObject
  Breeze.SharpStructuralProperty
    Breeze.SharpDataProperty

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

public class DataProperty : StructuralProperty, 
	IJsonSerializable

The DataProperty type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyClrType
The CLR type for this property.
(Overrides StructuralPropertyClrType.)
Public propertyComplexType
The ComplexType for this property. This will be null for a simple DataProprty.
Public propertyConcurrencyMode
Public propertyCustom (Inherited from StructuralProperty.)
Public propertyDataType
The DataType for this property. This will be null for a ComplexType DataProperty.
Public propertyDefaultValue
Public propertyDisplayName (Inherited from StructuralProperty.)
Public propertyEnumTypeName
Public propertyInverseNavigationProperty
Public propertyIsAutoIncrementing
Whether this property is autoincrementing.
Public propertyIsComplexProperty
Public propertyIsConcurrencyProperty
Public propertyIsDataProperty (Overrides StructuralPropertyIsDataProperty.)
Public propertyIsEnumType
Whether this property is an Enum type.
Public propertyIsForeignKey
Public propertyIsInherited (Inherited from StructuralProperty.)
Public propertyIsNavigationProperty (Overrides StructuralPropertyIsNavigationProperty.)
Public propertyIsNullable
Whether this property is nullable.
Public propertyIsPartOfKey
Whether this property is part of this entity type's key.
Public propertyIsScalar (Inherited from StructuralProperty.)
Public propertyIsUnmapped (Inherited from StructuralProperty.)
Public propertyMaxLength
Public propertyMetadataStore (Inherited from StructuralProperty.)
Public propertyName (Inherited from StructuralProperty.)
Public propertyNameOnServer (Inherited from StructuralProperty.)
Public propertyParentType (Inherited from StructuralProperty.)
Public propertyRawTypeName
Public propertyRelatedNavigationProperty
Public propertyValidators (Inherited from StructuralProperty.)
Top
See Also

Reference