PrecisionDateTimeConfiguration Class

 

Represents a model configuration to set the precision of a temporal property.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Data.Entity.Design.CodeGeneration.PrecisionDateTimeConfiguration

Syntax

public class PrecisionDateTimeConfiguration : IFluentConfiguration, 
    IConfiguration
public ref class PrecisionDateTimeConfiguration : IFluentConfiguration, 
    IConfiguration
type PrecisionDateTimeConfiguration = 
    class
        interface IFluentConfiguration
        interface IConfiguration
    end
Public Class PrecisionDateTimeConfiguration
    Implements IFluentConfiguration, IConfiguration

Constructors

Name Description
System_CAPS_pubmethod PrecisionDateTimeConfiguration()

Initializes a new instance of the PrecisionDateTimeConfiguration class.

Properties

Name Description
System_CAPS_pubproperty Precision

Gets or sets the precision of the property.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMethodChain(CodeHelper)

Gets the Fluent API method chain to apply the configuration.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Data.Entity.Design.CodeGeneration Namespace

Return to top