The CommonModelProperty type exposes the following members.

Methods

  NameDescription
Public methodEquals
Memberwise equality between this and another instance of this class.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code based on the member values, for comparison with other instances of this class.
(Overrides Object..::..GetHashCode()()()().)
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.)

Properties

  NameDescription
Public propertyDescription
Human readable description with name, type, and number of entity types that this property occur in.
Public propertyEntityTypes
Entity types that this property is found in
Public propertyMaxLength
Max length, for strings and binary members
Public propertyName
Property name
Public propertyNullable
Indicates whether the property is nullable or not
Public propertyPrecision
Precision, for floating point members
Public propertyScale
Scale, for floating point members
Public propertyTypeDescription
Longer type description
Public propertyTypeName
Property type name

See Also