FacetDescription Class

 

Class for representing a FacetDescription object

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.Core.Metadata.Edm.FacetDescription

public class FacetDescription

NameDescription
System_CAPS_pubpropertyDefaultValue

Gets the default value of a facet with this facet description.

System_CAPS_pubpropertyFacetName

Gets the name of this facet.

System_CAPS_pubpropertyFacetType

Gets the type of this facet.

System_CAPS_pubpropertyIsConstant

Gets a value indicating whether the value of this facet is a constant.

System_CAPS_pubpropertyIsRequired

Gets a value indicating whether this facet is a required facet.

System_CAPS_pubpropertyMaxValue

Gets the maximum value for this facet.

System_CAPS_pubpropertyMinValue

Gets the minimum value for this facet.

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

Returns the name of this facet.(Overrides Object.ToString().)

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