C# Class System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.LengthPropertyConfiguration

Used to configure a property with length facets for an entity type or complex type.
Inheritance: System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration
Mostrar archivo Open project: dotnet/ef6tools Class Usage Examples

Protected Methods

Method Description
ConfigureProperty ( EdmProperty property ) : void
LengthPropertyConfiguration ( ) : System.Data.Entity.Core.Metadata.Edm

Initializes a new instance of the LengthPropertyConfiguration class.

LengthPropertyConfiguration ( LengthPropertyConfiguration source ) : System.Data.Entity.Core.Metadata.Edm

Initializes a new instance of the T:System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.LengthPropertyConfiguration class with the same settings as another configuration.

Private Methods

Method Description
Configure ( EdmProperty column, FacetDescription facetDescription ) : void
CopyFrom ( System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration other ) : void
FillFrom ( System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration other, bool inCSpace ) : void
IsCompatible ( System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration other, bool inCSpace, string &errorMessage ) : bool
MakeCompatibleWith ( System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.PrimitivePropertyConfiguration other, bool inCSpace ) : void

Method Details

ConfigureProperty() protected method

protected ConfigureProperty ( EdmProperty property ) : void
property EdmProperty
return void

LengthPropertyConfiguration() protected method

Initializes a new instance of the LengthPropertyConfiguration class.
protected LengthPropertyConfiguration ( ) : System.Data.Entity.Core.Metadata.Edm
return System.Data.Entity.Core.Metadata.Edm

LengthPropertyConfiguration() protected method

Initializes a new instance of the T:System.Data.Entity.ModelConfiguration.Configuration.Properties.Primitive.LengthPropertyConfiguration class with the same settings as another configuration.
protected LengthPropertyConfiguration ( LengthPropertyConfiguration source ) : System.Data.Entity.Core.Metadata.Edm
source LengthPropertyConfiguration The configuration to copy settings from.
return System.Data.Entity.Core.Metadata.Edm