MaxLengthStringConfiguration Class
Represents a model configuration to set the maximum length of a string property.
Assembly: Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthConfiguration
Microsoft.Data.Entity.Design.CodeGeneration.MaxLengthStringConfiguration
Name | Description | |
---|---|---|
![]() | MaxLengthStringConfiguration() | Initializes a new instance of the MaxLengthStringConfiguration class. |
Name | Description | |
---|---|---|
![]() | MaxLength | Gets or sets the maximum length for the property.(Inherited from MaxLengthConfiguration.) |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAttributeBody(CodeHelper) | Gets the attribute body associated with the configuration.(Overrides MaxLengthConfiguration.GetAttributeBody(CodeHelper).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMethodChain(CodeHelper) | Returns the method chain associated with the length configuration.(Inherited from MaxLengthConfiguration.) |
![]() | 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.