RequiredConfiguration Class

 

Represents a model configuration to mark a property as required.

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.RequiredConfiguration

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod RequiredConfiguration()

Initializes a new instance of the RequiredConfiguration class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetAttributeBody(CodeHelper)

Gets the attribute body.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMethodChain(CodeHelper)

Gets the method chain.

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