This documentation is archived and is not being maintained.
TypeUsage Class
Visual Studio 2010
Describes a type and a set of facets for that type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
The TypeUsage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuiltInTypeKind | Gets the built-in type kind for this TypeUsage. (Overrides MetadataItem::BuiltInTypeKind.) |
![]() | Documentation | Gets or sets the documentation associated with this type. (Inherited from MetadataItem.) |
![]() | EdmType | Gets the type information described by this TypeUsage. |
![]() | Facets | Gets the list of facets for the type that is described by this TypeUsage. |
![]() | MetadataProperties | Gets the list of properties of the current type. (Inherited from MetadataItem.) |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateBinaryTypeUsage(PrimitiveType, Boolean) | Creates a TypeUsage object to describe a binary type by using the specified facet values. |
![]() ![]() | CreateBinaryTypeUsage(PrimitiveType, Boolean, Int32) | Creates a TypeUsage object to describe a binary type by using the specified facet values. |
![]() ![]() | CreateDateTimeOffsetTypeUsage | Creates a DateTimeOffsetTypeUsage object of the type that the parameters describe. |
![]() ![]() | CreateDateTimeTypeUsage | Creates a DateTimeTypeUsage object of the type that the parameters describe. |
![]() ![]() | CreateDecimalTypeUsage(PrimitiveType) | Creates a TypeUsage object to describe a decimal type with unbounded precision and scale facet values. |
![]() ![]() | CreateDecimalTypeUsage(PrimitiveType, Byte, Byte) | Creates a TypeUsage object to describe a decimal type by using the specified facet values. |
![]() ![]() | CreateDefaultTypeUsage | Creates a TypeUsage object with the specified conceptual model type. |
![]() ![]() | CreateStringTypeUsage(PrimitiveType, Boolean, Boolean) | Creates a TypeUsage object to describe a string type by using the specified facet values and unbounded MaxLength. |
![]() ![]() | CreateStringTypeUsage(PrimitiveType, Boolean, Boolean, Int32) | Creates a TypeUsage object to describe a string type by using the specified facet values. |
![]() ![]() | CreateTimeTypeUsage | Creates a TimeTypeUsage object of the type that the parameters describe. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsSubtypeOf | Checks whether this TypeUsage is a subtype of the specified TypeUsage. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the full name of the type described by this TypeUsage. (Overrides Object::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
