PrimitiveTypeConfiguration Class
Represents a PrimitiveType
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | PrimitiveTypeConfiguration(ODataModelBuilder^, IEdmPrimitiveType^, Type^) | This constructor is public only for unit testing purposes. To get a PrimitiveTypeConfiguration use ODataModelBuilder.GetTypeConfigurationOrNull(Type) |
| Name | Description | |
|---|---|---|
![]() | ClrType | Gets the backing CLR type of this EDM type. |
![]() | EdmPrimitiveType | Returns the IEdmPrimitiveType associated with this PrimitiveTypeConfiguration |
![]() | FullName | Gets the full name of this EDM type. |
![]() | Kind | Gets the EdmTypeKind of this EDM type. |
![]() | ModelBuilder | Gets the ODataModelBuilder used to create this configuration. |
![]() | Name | Gets the name of this EDM type. |
![]() | Namespace | Gets the namespace of this EDM type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


