4 overrides of FacetType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\BooleanFacetDescriptionElement.cs (1)
25public override EdmType FacetType
System\Data\EntityModel\SchemaObjectModel\ByteFacetDescriptionElement.cs (1)
25public override EdmType FacetType
System\Data\EntityModel\SchemaObjectModel\IntegerFacetDescriptionElement.cs (1)
25public override EdmType FacetType
System\Data\EntityModel\SchemaObjectModel\SridFacetDescriptionElement.cs (1)
25public override EdmType FacetType
1 reference to FacetType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs (1)
155_facetDescription = new FacetDescription(Name, FacetType, MinValue, MaxValue, DefaultValue, _isConstant, declaringTypeName);