-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathMaxLengthAttributeAdapter.xml
75 lines (75 loc) · 6.11 KB
/
MaxLengthAttributeAdapter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<Type Name="MaxLengthAttributeAdapter" FullName="System.Web.ModelBinding.MaxLengthAttributeAdapter">
<TypeSignature Language="C#" Value="public sealed class MaxLengthAttributeAdapter : System.Web.ModelBinding.DataAnnotationsModelValidator<System.ComponentModel.DataAnnotations.MaxLengthAttribute>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit MaxLengthAttributeAdapter extends System.Web.ModelBinding.DataAnnotationsModelValidator`1<class System.ComponentModel.DataAnnotations.MaxLengthAttribute>" />
<TypeSignature Language="DocId" Value="T:System.Web.ModelBinding.MaxLengthAttributeAdapter" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class MaxLengthAttributeAdapter
Inherits DataAnnotationsModelValidator(Of MaxLengthAttribute)" />
<TypeSignature Language="F#" Value="type MaxLengthAttributeAdapter = class
 inherit DataAnnotationsModelValidator<MaxLengthAttribute>" />
<TypeSignature Language="C++ CLI" Value="public ref class MaxLengthAttributeAdapter sealed : System::Web::ModelBinding::DataAnnotationsModelValidator<System::ComponentModel::DataAnnotations::MaxLengthAttribute ^>" />
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Web.ModelBinding.DataAnnotationsModelValidator<System.ComponentModel.DataAnnotations.MaxLengthAttribute></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="TAttribute">System.ComponentModel.DataAnnotations.MaxLengthAttribute</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Docs>
<summary>Provides an adapter for the <see cref="T:System.ComponentModel.DataAnnotations.MaxLengthAttribute" /> attribute.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public MaxLengthAttributeAdapter (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context, System.ComponentModel.DataAnnotations.MaxLengthAttribute attribute);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Web.ModelBinding.ModelMetadata metadata, class System.Web.ModelBinding.ModelBindingExecutionContext context, class System.ComponentModel.DataAnnotations.MaxLengthAttribute attribute) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Web.ModelBinding.MaxLengthAttributeAdapter.#ctor(System.Web.ModelBinding.ModelMetadata,System.Web.ModelBinding.ModelBindingExecutionContext,System.ComponentModel.DataAnnotations.MaxLengthAttribute)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (metadata As ModelMetadata, context As ModelBindingExecutionContext, attribute As MaxLengthAttribute)" />
<MemberSignature Language="F#" Value="new System.Web.ModelBinding.MaxLengthAttributeAdapter : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext * System.ComponentModel.DataAnnotations.MaxLengthAttribute -> System.Web.ModelBinding.MaxLengthAttributeAdapter" Usage="new System.Web.ModelBinding.MaxLengthAttributeAdapter (metadata, context, attribute)" />
<MemberSignature Language="C++ CLI" Value="public:
 MaxLengthAttributeAdapter(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context, System::ComponentModel::DataAnnotations::MaxLengthAttribute ^ attribute);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="metadata" Type="System.Web.ModelBinding.ModelMetadata" />
<Parameter Name="context" Type="System.Web.ModelBinding.ModelBindingExecutionContext" />
<Parameter Name="attribute" Type="System.ComponentModel.DataAnnotations.MaxLengthAttribute" />
</Parameters>
<Docs>
<param name="metadata">Specifies the metadata container for a model.</param>
<param name="context">Specifies the container for all of the information that is external to the model binding system.</param>
<param name="attribute">Specifies the maximum length of array or string data that is allowed in a property.</param>
<summary>Initializes a new instance of the <see cref="T:System.Web.ModelBinding.MaxLengthAttributeAdapter" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetLocalizedErrorMessage">
<MemberSignature Language="C#" Value="protected override string GetLocalizedErrorMessage (string errorMessage);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance string GetLocalizedErrorMessage(string errorMessage) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Web.ModelBinding.MaxLengthAttributeAdapter.GetLocalizedErrorMessage(System.String)" />
<MemberSignature Language="VB.NET" Value="Protected Overrides Function GetLocalizedErrorMessage (errorMessage As String) As String" />
<MemberSignature Language="F#" Value="override this.GetLocalizedErrorMessage : string -> string" Usage="maxLengthAttributeAdapter.GetLocalizedErrorMessage errorMessage" />
<MemberSignature Language="C++ CLI" Value="protected:
 override System::String ^ GetLocalizedErrorMessage(System::String ^ errorMessage);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Web</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="errorMessage" Type="System.String" />
</Parameters>
<Docs>
<param name="errorMessage">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>