PrimitiveTypeConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a PrimitiveType
public class PrimitiveTypeConfiguration : Microsoft.AspNet.OData.Builder.IEdmTypeConfiguration
type PrimitiveTypeConfiguration = class
interface IEdmTypeConfiguration
Public Class PrimitiveTypeConfiguration
Implements IEdmTypeConfiguration
- Inheritance
-
PrimitiveTypeConfiguration
- Implements
Constructors
PrimitiveTypeConfiguration(ODataModelBuilder, IEdmPrimitiveType, Type) |
This constructor is public only for unit testing purposes. To get a PrimitiveTypeConfiguration use ODataModelBuilder.GetTypeConfigurationOrNull(Type) |
Properties
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. |