MaxLengthConfiguration Class
Represents a model configuration to set the maximum length of a string or binary property.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
System.Object
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthConfiguration
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthStringConfiguration
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthConfiguration
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthStringConfiguration
Name | Description | |
---|---|---|
![]() | MaxLengthConfiguration() | Initializes a new instance of the MaxLengthConfiguration class. |
Name | Description | |
---|---|---|
![]() | MaxLength | Gets or sets the maximum length for the property. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAttributeBody(CodeHelper) | Returns the attribute body associated with the length configuration. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMethodChain(CodeHelper) | Returns the method chain associated with the length configuration. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.