CodeHelper Class

 

Represents the helper methods for generating code.

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


public abstract class CodeHelper

NameDescription
System_CAPS_protmethodCodeHelper()

Initializes a new instance of the CodeHelper class.

NameDescription
System_CAPS_protpropertyCodeProvider

Gets the provider for the language of the generated code.

NameDescription
System_CAPS_protmethodAnonymousType(IEnumerable<String>)

Specifies the anonymous type lambda for the specified properties.

System_CAPS_pubmethodAttribute(IAttributeConfiguration)

Returns the data annotations attribute used to apply the specified configuration.

System_CAPS_protmethodAttribute(String)

Returns an attribute with the specified body.

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

Gets the Code First Fluent API method chain used to apply the specified configuration.

System_CAPS_pubmethodProperty(EdmMember)

Specifies the property identifier for the specified member.

System_CAPS_pubmethodProperty(EntitySetBase)

Specifies the property identifier for the specified entity set.

System_CAPS_protmethodStringArray(IEnumerable<String>)

Gets the string array literal for the specified values.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodType(EdmProperty)

Specifies the type of the specified property.

System_CAPS_pubmethodType(EdmType)

Specifies the type identifier for the specified type.

System_CAPS_pubmethodType(EntityContainer)

Specifies the type identifier for the specified container.

System_CAPS_pubmethodType(NavigationProperty)

Specifies the type of the specified navigation property.

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