PrimitiveTypeConfiguration Class

 

Represents a PrimitiveType

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Builder::PrimitiveTypeConfiguration

public ref class PrimitiveTypeConfiguration : IEdmTypeConfiguration

NameDescription
System_CAPS_pubmethodPrimitiveTypeConfiguration(ODataModelBuilder^, IEdmPrimitiveType^, Type^)

This constructor is public only for unit testing purposes. To get a PrimitiveTypeConfiguration use ODataModelBuilder.GetTypeConfigurationOrNull(Type)

NameDescription
System_CAPS_pubpropertyClrType

Gets the backing CLR type of this EDM type.

System_CAPS_pubpropertyEdmPrimitiveType

Returns the IEdmPrimitiveType associated with this PrimitiveTypeConfiguration

System_CAPS_pubpropertyFullName

Gets the full name of this EDM type.

System_CAPS_pubpropertyKind

Gets the EdmTypeKind of this EDM type.

System_CAPS_pubpropertyModelBuilder

Gets the ODataModelBuilder used to create this configuration.

System_CAPS_pubpropertyName

Gets the name of this EDM type.

System_CAPS_pubpropertyNamespace

Gets the namespace of this EDM type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: