b0bd91279d6ccab5d25014a2f91f9612f445c982
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.ComponentModel.Annotations.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.ComponentModel.Annotations</name>
5   </assembly>
6   <members>
7     <member name="T:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider">
8       <summary>Extends the metadata information for a class by adding attributes and property information that is defined in an associated class.</summary>
9     </member>
10     <member name="M:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider.#ctor(System.Type)">
11       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider" /> class by using the specified type.</summary>
12       <param name="type">The type for which the metadata provider is created.</param>
13     </member>
14     <member name="M:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider.#ctor(System.Type,System.Type)">
15       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider" /> class by using the specified metadata provider type and associated type.</summary>
16       <param name="type">The type for which the metadata provider is created.</param>
17       <param name="associatedMetadataType">The associated type that contains the metadata.</param>
18       <exception cref="T:System.ArgumentNullException">The value of <paramref name="associatedMetadataType" /> is <see langword="null" />.</exception>
19     </member>
20     <member name="M:System.ComponentModel.DataAnnotations.AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
21       <summary>Gets a type descriptor for the specified type and object.</summary>
22       <param name="objectType">The type of object to retrieve the type descriptor for.</param>
23       <param name="instance">An instance of the type.</param>
24       <returns>The descriptor that provides metadata for the type.</returns>
25     </member>
26     <member name="T:System.ComponentModel.DataAnnotations.AssociationAttribute">
27       <summary>Specifies that an entity member represents a data relationship, such as a foreign key relationship.</summary>
28     </member>
29     <member name="M:System.ComponentModel.DataAnnotations.AssociationAttribute.#ctor(System.String,System.String,System.String)">
30       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.AssociationAttribute" /> class.</summary>
31       <param name="name">The name of the association.</param>
32       <param name="thisKey">A comma-separated list of the property names of the key values on the <paramref name="thisKey" /> side of the association.</param>
33       <param name="otherKey">A comma-separated list of the property names of the key values on the <paramref name="otherKey" /> side of the association.</param>
34     </member>
35     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.IsForeignKey">
36       <summary>Gets or sets a value that indicates whether the association member represents a foreign key.</summary>
37       <returns>
38         <see langword="true" /> if the association represents a foreign key; otherwise, <see langword="false" />.</returns>
39     </member>
40     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.Name">
41       <summary>Gets the name of the association.</summary>
42       <returns>The name of the association.</returns>
43     </member>
44     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.OtherKey">
45       <summary>Gets the property names of the key values on the OtherKey side of the association.</summary>
46       <returns>A comma-separated list of the property names that represent the key values on the OtherKey side of the association.</returns>
47     </member>
48     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.OtherKeyMembers">
49       <summary>Gets a collection of individual key members that are specified in the <see cref="P:System.ComponentModel.DataAnnotations.AssociationAttribute.OtherKey" /> property.</summary>
50       <returns>A collection of individual key members that are specified in the <see cref="P:System.ComponentModel.DataAnnotations.AssociationAttribute.OtherKey" /> property.</returns>
51     </member>
52     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.ThisKey">
53       <summary>Gets the property names of the key values on the ThisKey side of the association.</summary>
54       <returns>A comma-separated list of the property names that represent the key values on the ThisKey side of the association.</returns>
55     </member>
56     <member name="P:System.ComponentModel.DataAnnotations.AssociationAttribute.ThisKeyMembers">
57       <summary>Gets a collection of individual key members that are specified in the <see cref="P:System.ComponentModel.DataAnnotations.AssociationAttribute.ThisKey" /> property.</summary>
58       <returns>A collection of individual key members that are specified in the <see cref="P:System.ComponentModel.DataAnnotations.AssociationAttribute.ThisKey" /> property.</returns>
59     </member>
60     <member name="T:System.ComponentModel.DataAnnotations.CompareAttribute">
61       <summary>Provides an attribute that compares two properties.</summary>
62     </member>
63     <member name="M:System.ComponentModel.DataAnnotations.CompareAttribute.#ctor(System.String)">
64       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.CompareAttribute" /> class.</summary>
65       <param name="otherProperty">The property to compare with the current property.</param>
66     </member>
67     <member name="M:System.ComponentModel.DataAnnotations.CompareAttribute.FormatErrorMessage(System.String)">
68       <summary>Applies formatting to an error message, based on the data field where the error occurred.</summary>
69       <param name="name">The name of the field that caused the validation failure.</param>
70       <returns>The formatted error message.</returns>
71     </member>
72     <member name="M:System.ComponentModel.DataAnnotations.CompareAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
73       <summary>Determines whether a specified object is valid.</summary>
74       <param name="value">The object to validate.</param>
75       <param name="validationContext">An object that contains information about the validation request.</param>
76       <returns>
77         <see langword="true" /> if <paramref name="value" /> is valid; otherwise, <see langword="false" />.</returns>
78     </member>
79     <member name="P:System.ComponentModel.DataAnnotations.CompareAttribute.OtherProperty">
80       <summary>Gets the property to compare with the current property.</summary>
81       <returns>The other property.</returns>
82     </member>
83     <member name="P:System.ComponentModel.DataAnnotations.CompareAttribute.OtherPropertyDisplayName">
84       <summary>Gets the display name of the other property.</summary>
85       <returns>The display name of the other property.</returns>
86     </member>
87     <member name="P:System.ComponentModel.DataAnnotations.CompareAttribute.RequiresValidationContext">
88       <summary>Gets a value that indicates whether the attribute requires validation context.</summary>
89       <returns>
90         <see langword="true" /> if the attribute requires validation context; otherwise, <see langword="false" />.</returns>
91     </member>
92     <member name="T:System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute">
93       <summary>Specifies that a property participates in optimistic concurrency checks.</summary>
94     </member>
95     <member name="M:System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute.#ctor">
96       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute" /> class.</summary>
97     </member>
98     <member name="T:System.ComponentModel.DataAnnotations.CreditCardAttribute">
99       <summary>Specifies that a data field value is a credit card number.</summary>
100     </member>
101     <member name="M:System.ComponentModel.DataAnnotations.CreditCardAttribute.#ctor">
102       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.CreditCardAttribute" /> class.</summary>
103     </member>
104     <member name="M:System.ComponentModel.DataAnnotations.CreditCardAttribute.IsValid(System.Object)">
105       <summary>Determines whether the specified credit card number is valid.</summary>
106       <param name="value">The value to validate.</param>
107       <returns>
108         <see langword="true" /> if the credit card number is valid; otherwise, <see langword="false" />.</returns>
109     </member>
110     <member name="T:System.ComponentModel.DataAnnotations.CustomValidationAttribute">
111       <summary>Specifies a custom validation method that is used to validate a property or class instance.</summary>
112     </member>
113     <member name="M:System.ComponentModel.DataAnnotations.CustomValidationAttribute.#ctor(System.Type,System.String)">
114       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.CustomValidationAttribute" /> class.</summary>
115       <param name="validatorType">The type that contains the method that performs custom validation.</param>
116       <param name="method">The method that performs custom validation.</param>
117     </member>
118     <member name="M:System.ComponentModel.DataAnnotations.CustomValidationAttribute.FormatErrorMessage(System.String)">
119       <summary>Formats a validation error message.</summary>
120       <param name="name">The name to include in the formatted message.</param>
121       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
122       <returns>An instance of the formatted error message.</returns>
123     </member>
124     <member name="P:System.ComponentModel.DataAnnotations.CustomValidationAttribute.Method">
125       <summary>Gets the validation method.</summary>
126       <returns>The name of the validation method.</returns>
127     </member>
128     <member name="P:System.ComponentModel.DataAnnotations.CustomValidationAttribute.ValidatorType">
129       <summary>Gets the type that performs custom validation.</summary>
130       <returns>The type that performs custom validation.</returns>
131     </member>
132     <member name="T:System.ComponentModel.DataAnnotations.DataType">
133       <summary>Represents an enumeration of the data types associated with data fields and parameters.</summary>
134     </member>
135     <member name="F:System.ComponentModel.DataAnnotations.DataType.CreditCard">
136       <summary>Represents a credit card number.</summary>
137     </member>
138     <member name="F:System.ComponentModel.DataAnnotations.DataType.Currency">
139       <summary>Represents a currency value.</summary>
140     </member>
141     <member name="F:System.ComponentModel.DataAnnotations.DataType.Custom">
142       <summary>Represents a custom data type.</summary>
143     </member>
144     <member name="F:System.ComponentModel.DataAnnotations.DataType.Date">
145       <summary>Represents a date value.</summary>
146     </member>
147     <member name="F:System.ComponentModel.DataAnnotations.DataType.DateTime">
148       <summary>Represents an instant in time, expressed as a date and time of day.</summary>
149     </member>
150     <member name="F:System.ComponentModel.DataAnnotations.DataType.Duration">
151       <summary>Represents a continuous time during which an object exists.</summary>
152     </member>
153     <member name="F:System.ComponentModel.DataAnnotations.DataType.EmailAddress">
154       <summary>Represents an email address.</summary>
155     </member>
156     <member name="F:System.ComponentModel.DataAnnotations.DataType.Html">
157       <summary>Represents an HTML file.</summary>
158     </member>
159     <member name="F:System.ComponentModel.DataAnnotations.DataType.ImageUrl">
160       <summary>Represents a URL to an image.</summary>
161     </member>
162     <member name="F:System.ComponentModel.DataAnnotations.DataType.MultilineText">
163       <summary>Represents multi-line text.</summary>
164     </member>
165     <member name="F:System.ComponentModel.DataAnnotations.DataType.Password">
166       <summary>Represent a password value.</summary>
167     </member>
168     <member name="F:System.ComponentModel.DataAnnotations.DataType.PhoneNumber">
169       <summary>Represents a phone number value.</summary>
170     </member>
171     <member name="F:System.ComponentModel.DataAnnotations.DataType.PostalCode">
172       <summary>Represents a postal code.</summary>
173     </member>
174     <member name="F:System.ComponentModel.DataAnnotations.DataType.Text">
175       <summary>Represents text that is displayed.</summary>
176     </member>
177     <member name="F:System.ComponentModel.DataAnnotations.DataType.Time">
178       <summary>Represents a time value.</summary>
179     </member>
180     <member name="F:System.ComponentModel.DataAnnotations.DataType.Upload">
181       <summary>Represents file upload data type.</summary>
182     </member>
183     <member name="F:System.ComponentModel.DataAnnotations.DataType.Url">
184       <summary>Represents a URL value.</summary>
185     </member>
186     <member name="T:System.ComponentModel.DataAnnotations.DataTypeAttribute">
187       <summary>Specifies the name of an additional type to associate with a data field.</summary>
188     </member>
189     <member name="M:System.ComponentModel.DataAnnotations.DataTypeAttribute.#ctor(System.ComponentModel.DataAnnotations.DataType)">
190       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DataTypeAttribute" /> class by using the specified type name.</summary>
191       <param name="dataType">The name of the type to associate with the data field.</param>
192     </member>
193     <member name="M:System.ComponentModel.DataAnnotations.DataTypeAttribute.#ctor(System.String)">
194       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DataTypeAttribute" /> class by using the specified field template name.</summary>
195       <param name="customDataType">The name of the custom field template to associate with the data field.</param>
196       <exception cref="T:System.ArgumentException">
197         <paramref name="customDataType" /> is <see langword="null" /> or an empty string ("").</exception>
198     </member>
199     <member name="M:System.ComponentModel.DataAnnotations.DataTypeAttribute.GetDataTypeName">
200       <summary>Returns the name of the type that is associated with the data field.</summary>
201       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
202       <returns>The name of the type associated with the data field.</returns>
203     </member>
204     <member name="M:System.ComponentModel.DataAnnotations.DataTypeAttribute.IsValid(System.Object)">
205       <summary>Checks that the value of the data field is valid.</summary>
206       <param name="value">The data field value to validate.</param>
207       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
208       <returns>
209         <see langword="true" /> always.</returns>
210     </member>
211     <member name="P:System.ComponentModel.DataAnnotations.DataTypeAttribute.CustomDataType">
212       <summary>Gets the name of custom field template that is associated with the data field.</summary>
213       <returns>The name of the custom field template that is associated with the data field.</returns>
214     </member>
215     <member name="P:System.ComponentModel.DataAnnotations.DataTypeAttribute.DataType">
216       <summary>Gets the type that is associated with the data field.</summary>
217       <returns>One of the <see cref="T:System.ComponentModel.DataAnnotations.DataType" /> values.</returns>
218     </member>
219     <member name="P:System.ComponentModel.DataAnnotations.DataTypeAttribute.DisplayFormat">
220       <summary>Gets a data-field display format.</summary>
221       <returns>The data-field display format.</returns>
222     </member>
223     <member name="T:System.ComponentModel.DataAnnotations.DisplayAttribute">
224       <summary>Provides a general-purpose attribute that lets you specify localizable strings for types and members of entity partial classes.</summary>
225     </member>
226     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.#ctor">
227       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DisplayAttribute" /> class.</summary>
228     </member>
229     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetAutoGenerateField">
230       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.AutoGenerateField" /> property.</summary>
231       <returns>The value of <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.AutoGenerateField" /> if the property has been initialized; otherwise, <see langword="null" />.</returns>
232     </member>
233     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetAutoGenerateFilter">
234       <summary>Returns a value that indicates whether UI should be generated automatically in order to display filtering for this field.</summary>
235       <returns>The value of <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.AutoGenerateFilter" /> if the property has been initialized; otherwise, <see langword="null" />.</returns>
236     </member>
237     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetDescription">
238       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> property.</summary>
239       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property and the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> property are initialized, but a public static property that has a name that matches the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> value could not be found for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property.</exception>
240       <returns>The localized description, if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> has been specified and the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> property represents a resource key; otherwise, the non-localized value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> property.</returns>
241     </member>
242     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetGroupName">
243       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName" /> property.</summary>
244       <exception cref="T:System.InvalidOperationException">Both the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property and <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName" /> properties were set, but a public static property with a name matching the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName" /> value couldn't be found on the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" />.</exception>
245       <returns>A value that will be used for grouping fields in the UI, if <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName" /> has been initialized; otherwise, <see langword="null" />. If the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property has been specified and the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName" /> property represents a resource key, a localized string is returned; otherwise, a non-localized string is returned.</returns>
246     </member>
247     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetName">
248       <summary>Returns a value that is used for field display in the UI.</summary>
249       <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property and the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" /> property are initialized, but a public static property that has a name that matches the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" /> value could not be found for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property.</exception>
250       <returns>The localized string for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" /> property, if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property has been specified and the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" /> property represents a resource key; otherwise, the non-localized value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" /> property.</returns>
251     </member>
252     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetOrder">
253       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Order" /> property.</summary>
254       <returns>The value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Order" /> property, if it has been set; otherwise, <see langword="null" />.</returns>
255     </member>
256     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetPrompt">
257       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> property.</summary>
258       <exception cref="T:System.InvalidOperationException">Both the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property and <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> properties were set, but a public static property with a name matching the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> value couldn't be found on the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" />.</exception>
259       <returns>The localized string for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> property if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property has been specified and if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> property represents a resource key; otherwise, the non-localized value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" /> property.</returns>
260     </member>
261     <member name="M:System.ComponentModel.DataAnnotations.DisplayAttribute.GetShortName">
262       <summary>Returns the value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> property.</summary>
263       <exception cref="T:System.InvalidOperationException">Both the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property and <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> properties were set, 
264 but a public static property with a name matching the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> value couldn't be found on the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" />.</exception>
265       <returns>The localized string for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> property if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType" /> property has been specified and if the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> property represents a resource key; otherwise, the non-localized value of the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" /> value property.</returns>
266     </member>
267     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.AutoGenerateField">
268       <summary>Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.</summary>
269       <exception cref="T:System.InvalidOperationException">An attempt was made to get the property value before it was set.</exception>
270       <returns>
271         <see langword="true" /> if UI should be generated automatically to display this field; otherwise, <see langword="false" />.</returns>
272     </member>
273     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.AutoGenerateFilter">
274       <summary>Gets or sets a value that indicates whether filtering UI is automatically displayed for this field.</summary>
275       <exception cref="T:System.InvalidOperationException">An attempt was made to get the property value before it was set.</exception>
276       <returns>
277         <see langword="true" /> if UI should be generated automatically to display filtering for this field; otherwise, <see langword="false" />.</returns>
278     </member>
279     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description">
280       <summary>Gets or sets a value that is used to display a description in the UI.</summary>
281       <returns>The value that is used to display a description in the UI.</returns>
282     </member>
283     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.GroupName">
284       <summary>Gets or sets a value that is used to group fields in the UI.</summary>
285       <returns>A value that is used to group fields in the UI.</returns>
286     </member>
287     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name">
288       <summary>Gets or sets a value that is used for display in the UI.</summary>
289       <returns>A value that is used for display in the UI.</returns>
290     </member>
291     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Order">
292       <summary>Gets or sets the order weight of the column.</summary>
293       <exception cref="T:System.InvalidOperationException">The getter of this property has been invoked but its value has not been explicitly set using the setter.</exception>
294       <returns>The order weight of the column.</returns>
295     </member>
296     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt">
297       <summary>Gets or sets a value that will be used to set the watermark for prompts in the UI.</summary>
298       <returns>A value that will be used to display a watermark in the UI.</returns>
299     </member>
300     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ResourceType">
301       <summary>Gets or sets the type that contains the resources for the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" />, <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" />, <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" />, and <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> properties.</summary>
302       <returns>The type of the resource that contains the <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName" />, <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Name" />, <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Prompt" />, and <see cref="P:System.ComponentModel.DataAnnotations.DisplayAttribute.Description" /> properties.</returns>
303     </member>
304     <member name="P:System.ComponentModel.DataAnnotations.DisplayAttribute.ShortName">
305       <summary>Gets or sets a value that is used for the grid column label.</summary>
306       <returns>A value that is for the grid column label.</returns>
307     </member>
308     <member name="T:System.ComponentModel.DataAnnotations.DisplayColumnAttribute">
309       <summary>Specifies the column that is displayed in the referred table as a foreign-key column.</summary>
310     </member>
311     <member name="M:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.#ctor(System.String)">
312       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DisplayColumnAttribute" /> class by using the specified column.</summary>
313       <param name="displayColumn">The name of the column to use as the display column.</param>
314     </member>
315     <member name="M:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.#ctor(System.String,System.String)">
316       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DisplayColumnAttribute" /> class by using the specified display and sort columns.</summary>
317       <param name="displayColumn">The name of the column to use as the display column.</param>
318       <param name="sortColumn">The name of the column to use for sorting.</param>
319     </member>
320     <member name="M:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.#ctor(System.String,System.String,System.Boolean)">
321       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DisplayColumnAttribute" /> class by using the specified display column, and the specified sort column and sort order.</summary>
322       <param name="displayColumn">The name of the column to use as the display column.</param>
323       <param name="sortColumn">The name of the column to use for sorting.</param>
324       <param name="sortDescending">
325         <see langword="true" /> to sort in descending order; otherwise, <see langword="false" />. The default is <see langword="false" />.</param>
326     </member>
327     <member name="P:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.DisplayColumn">
328       <summary>Gets the name of the column to use as the display field.</summary>
329       <returns>The name of the display column.</returns>
330     </member>
331     <member name="P:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.SortColumn">
332       <summary>Gets the name of the column to use for sorting.</summary>
333       <returns>The name of the sort column.</returns>
334     </member>
335     <member name="P:System.ComponentModel.DataAnnotations.DisplayColumnAttribute.SortDescending">
336       <summary>Gets a value that indicates whether to sort in descending or ascending order.</summary>
337       <returns>
338         <see langword="true" /> if the column will be sorted in descending order; otherwise, <see langword="false" />.</returns>
339     </member>
340     <member name="T:System.ComponentModel.DataAnnotations.DisplayFormatAttribute">
341       <summary>Specifies how data fields are displayed and formatted by ASP.NET Dynamic Data.</summary>
342     </member>
343     <member name="M:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.#ctor">
344       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.DisplayFormatAttribute" /> class.</summary>
345     </member>
346     <member name="M:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.GetNullDisplayText">
347       <summary>Returns the UI display string for <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" />.</summary>
348       <exception cref="T:System.InvalidOperationException">Both the <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" /> and <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" /> properties are set, but a public static property with a name matching the <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" /> value cannot be found on the <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" />.</exception>
349       <returns>
350         <para>The UI display string.</para>
351         <para>If <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" /> has not been specified, the value of <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" /> is returned.</para>
352         <para>If <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" /> has been specified and <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" /> represents a resource key within that resource type, the localized value is returned.</para>
353         <para>If <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" /> and <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" /> have not been set, returns <see langword="null" />.</para>
354       </returns>
355     </member>
356     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.ApplyFormatInEditMode">
357       <summary>Gets or sets a value that indicates whether the formatting string that is specified by the <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.DataFormatString" /> property is applied to the field value when the data field is in edit mode.</summary>
358       <returns>
359         <see langword="true" /> if the formatting string applies to the field value in edit mode; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
360     </member>
361     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.ConvertEmptyStringToNull">
362       <summary>Gets or sets a value that indicates whether empty string values ("") are automatically converted to <see langword="null" /> when the data field is updated in the data source.</summary>
363       <returns>
364         <see langword="true" /> if empty string values are automatically converted to <see langword="null" />; otherwise, <see langword="false" />. The default is <see langword="true" />.</returns>
365     </member>
366     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.DataFormatString">
367       <summary>Gets or sets the display format for the field value.</summary>
368       <returns>A formatting string that specifies the display format for the value of the data field. The default is an empty string (""), which indicates that no special formatting is applied to the field value.</returns>
369     </member>
370     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.HtmlEncode">
371       <summary>Gets or sets a value that indicates whether the field should be HTML-encoded.</summary>
372       <returns>
373         <see langword="true" /> if the field should be HTML-encoded; otherwise, <see langword="false" />.</returns>
374     </member>
375     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText">
376       <summary>Gets or sets the text that is displayed for a field when the field's value is <see langword="null" />.</summary>
377       <returns>The text that is displayed for a field when the field's value is <see langword="null" />. The default is an empty string (""), which indicates that this property is not set.</returns>
378     </member>
379     <member name="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType">
380       <summary>Gets or sets the <see cref="T:System.Type" /> that contains the resources for <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" />.
381         
382 Using <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayTextResourceType" /> along with <see cref="P:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.NullDisplayText" />, allows the <see cref="M:System.ComponentModel.DataAnnotations.DisplayFormatAttribute.GetNullDisplayText" /> method to return localized values.</summary>
383     </member>
384     <member name="T:System.ComponentModel.DataAnnotations.EditableAttribute">
385       <summary>Indicates whether a data field is editable.</summary>
386     </member>
387     <member name="M:System.ComponentModel.DataAnnotations.EditableAttribute.#ctor(System.Boolean)">
388       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.EditableAttribute" /> class.</summary>
389       <param name="allowEdit">
390         <see langword="true" /> to specify that field is editable; otherwise, <see langword="false" />.</param>
391     </member>
392     <member name="P:System.ComponentModel.DataAnnotations.EditableAttribute.AllowEdit">
393       <summary>Gets a value that indicates whether a field is editable.</summary>
394       <returns>
395         <see langword="true" /> if the field is editable; otherwise, <see langword="false" />.</returns>
396     </member>
397     <member name="P:System.ComponentModel.DataAnnotations.EditableAttribute.AllowInitialValue">
398       <summary>Gets or sets a value that indicates whether an initial value is enabled.</summary>
399       <returns>
400         <see langword="true" /> if an initial value is enabled; otherwise, <see langword="false" />.</returns>
401     </member>
402     <member name="T:System.ComponentModel.DataAnnotations.EmailAddressAttribute">
403       <summary>Validates an email address.</summary>
404     </member>
405     <member name="M:System.ComponentModel.DataAnnotations.EmailAddressAttribute.#ctor">
406       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.EmailAddressAttribute" /> class.</summary>
407     </member>
408     <member name="M:System.ComponentModel.DataAnnotations.EmailAddressAttribute.IsValid(System.Object)">
409       <summary>Determines whether the specified value matches the pattern of a valid email address.</summary>
410       <param name="value">The value to validate.</param>
411       <returns>
412         <see langword="true" /> if the specified value is valid or <see langword="null" />; otherwise, <see langword="false" />.</returns>
413     </member>
414     <member name="T:System.ComponentModel.DataAnnotations.EnumDataTypeAttribute">
415       <summary>Enables a .NET enumeration to be mapped to a data column.</summary>
416     </member>
417     <member name="M:System.ComponentModel.DataAnnotations.EnumDataTypeAttribute.#ctor(System.Type)">
418       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.EnumDataTypeAttribute" /> class.</summary>
419       <param name="enumType">The type of the enumeration.</param>
420     </member>
421     <member name="M:System.ComponentModel.DataAnnotations.EnumDataTypeAttribute.IsValid(System.Object)">
422       <summary>Checks that the value of the data field is valid.</summary>
423       <param name="value">The data field value to validate.</param>
424       <returns>
425         <see langword="true" /> if the data field value is valid; otherwise, <see langword="false" />.</returns>
426     </member>
427     <member name="P:System.ComponentModel.DataAnnotations.EnumDataTypeAttribute.EnumType">
428       <summary>Gets or sets the enumeration type.</summary>
429       <returns>The enumeration type.</returns>
430     </member>
431     <member name="T:System.ComponentModel.DataAnnotations.FileExtensionsAttribute">
432       <summary>Validates file name extensions.</summary>
433     </member>
434     <member name="M:System.ComponentModel.DataAnnotations.FileExtensionsAttribute.#ctor">
435       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.FileExtensionsAttribute" /> class.</summary>
436     </member>
437     <member name="M:System.ComponentModel.DataAnnotations.FileExtensionsAttribute.FormatErrorMessage(System.String)">
438       <summary>Applies formatting to an error message, based on the data field where the error occurred.</summary>
439       <param name="name">The name of the field that caused the validation failure.</param>
440       <returns>The formatted error message.</returns>
441     </member>
442     <member name="M:System.ComponentModel.DataAnnotations.FileExtensionsAttribute.IsValid(System.Object)">
443       <summary>Checks that the specified file name extension or extensions is valid.</summary>
444       <param name="value">A comma delimited list of valid file extensions.</param>
445       <returns>
446         <see langword="true" /> if the file name extension is valid; otherwise, <see langword="false" />.</returns>
447     </member>
448     <member name="P:System.ComponentModel.DataAnnotations.FileExtensionsAttribute.Extensions">
449       <summary>Gets or sets the file name extensions.</summary>
450       <returns>The file name extensions, or the default file extensions (".png", ".jpg", ".jpeg", and ".gif") if the property is not set.</returns>
451     </member>
452     <member name="T:System.ComponentModel.DataAnnotations.FilterUIHintAttribute">
453       <summary>Represents an attribute that is used to specify the filtering behavior for a column.</summary>
454     </member>
455     <member name="M:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.#ctor(System.String)">
456       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.FilterUIHintAttribute" /> class by using the filter UI hint.</summary>
457       <param name="filterUIHint">The name of the control to use for filtering.</param>
458     </member>
459     <member name="M:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.#ctor(System.String,System.String)">
460       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.FilterUIHintAttribute" /> class by using the filter UI hint and presentation layer name.</summary>
461       <param name="filterUIHint">The name of the control to use for filtering.</param>
462       <param name="presentationLayer">The name of the presentation layer that supports this control.</param>
463     </member>
464     <member name="M:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.#ctor(System.String,System.String,System.Object[])">
465       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.FilterUIHintAttribute" /> class by using the filter UI hint, presentation layer name, and control parameters.</summary>
466       <param name="filterUIHint">The name of the control to use for filtering.</param>
467       <param name="presentationLayer">The name of the presentation layer that supports this control.</param>
468       <param name="controlParameters">The list of parameters for the control.</param>
469     </member>
470     <member name="M:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.Equals(System.Object)">
471       <summary>Returns a value that indicates whether this attribute instance is equal to a specified object.</summary>
472       <param name="obj">The object to compare with this attribute instance.</param>
473       <returns>
474         <see langword="true" /> if the passed object is equal to this attribute instance; otherwise, <see langword="false" />.</returns>
475     </member>
476     <member name="M:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.GetHashCode">
477       <summary>Returns the hash code for this attribute instance.</summary>
478       <returns>This attribute instance hash code.</returns>
479     </member>
480     <member name="P:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.ControlParameters">
481       <summary>Gets the name/value pairs that are used as parameters in the control's constructor.</summary>
482       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
483       <returns>The name/value pairs that are used as parameters in the control's constructor.</returns>
484     </member>
485     <member name="P:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.FilterUIHint">
486       <summary>Gets the name of the control to use for filtering.</summary>
487       <returns>The name of the control to use for filtering.</returns>
488     </member>
489     <member name="P:System.ComponentModel.DataAnnotations.FilterUIHintAttribute.PresentationLayer">
490       <summary>Gets the name of the presentation layer that supports this control.</summary>
491       <returns>The name of the presentation layer that supports this control.</returns>
492     </member>
493     <member name="T:System.ComponentModel.DataAnnotations.IValidatableObject">
494       <summary>Provides a way for an object to be validated.</summary>
495     </member>
496     <member name="M:System.ComponentModel.DataAnnotations.IValidatableObject.Validate(System.ComponentModel.DataAnnotations.ValidationContext)">
497       <summary>Determines whether the specified object is valid.</summary>
498       <param name="validationContext">The validation context.</param>
499       <returns>A collection that holds failed-validation information.</returns>
500     </member>
501     <member name="T:System.ComponentModel.DataAnnotations.KeyAttribute">
502       <summary>Denotes one or more properties that uniquely identify an entity.</summary>
503     </member>
504     <member name="M:System.ComponentModel.DataAnnotations.KeyAttribute.#ctor">
505       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.KeyAttribute" /> class.</summary>
506     </member>
507     <member name="T:System.ComponentModel.DataAnnotations.MaxLengthAttribute">
508       <summary>Specifies the maximum length of array or string data allowed in a property.</summary>
509     </member>
510     <member name="M:System.ComponentModel.DataAnnotations.MaxLengthAttribute.#ctor">
511       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.MaxLengthAttribute" /> class.</summary>
512     </member>
513     <member name="M:System.ComponentModel.DataAnnotations.MaxLengthAttribute.#ctor(System.Int32)">
514       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.MaxLengthAttribute" /> class based on the <paramref name="length" /> parameter.</summary>
515       <param name="length">The maximum allowable length of array or string data.</param>
516     </member>
517     <member name="M:System.ComponentModel.DataAnnotations.MaxLengthAttribute.FormatErrorMessage(System.String)">
518       <summary>Applies formatting to a specified error message.</summary>
519       <param name="name">The name to include in the formatted string.</param>
520       <returns>A localized string to describe the maximum acceptable length.</returns>
521     </member>
522     <member name="M:System.ComponentModel.DataAnnotations.MaxLengthAttribute.IsValid(System.Object)">
523       <summary>Determines whether a specified object is valid.</summary>
524       <param name="value">The object to validate.</param>
525       <exception cref="T:System.InvalidOperationException">Length is zero or less than negative one.</exception>
526       <returns>
527         <see langword="true" /> if the value is null, or if the value is less than or equal to the specified maximum length; otherwise, <see langword="false" />.</returns>
528     </member>
529     <member name="P:System.ComponentModel.DataAnnotations.MaxLengthAttribute.Length">
530       <summary>Gets the maximum allowable length of the array or string data.</summary>
531       <returns>The maximum allowable length of the array or string data.</returns>
532     </member>
533     <member name="T:System.ComponentModel.DataAnnotations.MetadataTypeAttribute">
534       <summary>Specifies the metadata class to associate with a data model class.</summary>
535     </member>
536     <member name="M:System.ComponentModel.DataAnnotations.MetadataTypeAttribute.#ctor(System.Type)">
537       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.MetadataTypeAttribute" /> class.</summary>
538       <param name="metadataClassType">The metadata class to reference.</param>
539       <exception cref="T:System.ArgumentNullException">
540         <paramref name="metadataClassType" /> is <see langword="null" />.</exception>
541     </member>
542     <member name="P:System.ComponentModel.DataAnnotations.MetadataTypeAttribute.MetadataClassType">
543       <summary>Gets the metadata class that is associated with a data-model partial class.</summary>
544       <returns>The type value that represents the metadata class.</returns>
545     </member>
546     <member name="T:System.ComponentModel.DataAnnotations.MinLengthAttribute">
547       <summary>Specifies the minimum length of array or string data allowed in a property.</summary>
548     </member>
549     <member name="M:System.ComponentModel.DataAnnotations.MinLengthAttribute.#ctor(System.Int32)">
550       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.MinLengthAttribute" /> class.</summary>
551       <param name="length">The length of the array or string data.</param>
552     </member>
553     <member name="M:System.ComponentModel.DataAnnotations.MinLengthAttribute.FormatErrorMessage(System.String)">
554       <summary>Applies formatting to a specified error message.</summary>
555       <param name="name">The name to include in the formatted string.</param>
556       <returns>A localized string to describe the minimum acceptable length.</returns>
557     </member>
558     <member name="M:System.ComponentModel.DataAnnotations.MinLengthAttribute.IsValid(System.Object)">
559       <summary>Determines whether a specified object is valid.</summary>
560       <param name="value">The object to validate.</param>
561       <exception cref="T:System.InvalidOperationException">Length is less than zero.</exception>
562       <returns>
563         <see langword="true" /> if the specified object is valid; otherwise, <see langword="false" />.</returns>
564     </member>
565     <member name="P:System.ComponentModel.DataAnnotations.MinLengthAttribute.Length">
566       <summary>Gets or sets the minimum allowable length of the array or string data.</summary>
567       <returns>The minimum allowable length of the array or string data.</returns>
568     </member>
569     <member name="T:System.ComponentModel.DataAnnotations.PhoneAttribute">
570       <summary>Specifies that a data field value is a well-formed phone number.</summary>
571     </member>
572     <member name="M:System.ComponentModel.DataAnnotations.PhoneAttribute.#ctor">
573       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.PhoneAttribute" /> class.</summary>
574     </member>
575     <member name="M:System.ComponentModel.DataAnnotations.PhoneAttribute.IsValid(System.Object)">
576       <summary>Determines whether the specified phone number is in a valid phone number format.</summary>
577       <param name="value">The value to validate.</param>
578       <returns>
579         <see langword="true" /> if the phone number is valid; otherwise, <see langword="false" />.</returns>
580     </member>
581     <member name="T:System.ComponentModel.DataAnnotations.RangeAttribute">
582       <summary>Specifies the numeric range constraints for the value of a data field.</summary>
583     </member>
584     <member name="M:System.ComponentModel.DataAnnotations.RangeAttribute.#ctor(System.Double,System.Double)">
585       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RangeAttribute" /> class by using the specified minimum and maximum values.</summary>
586       <param name="minimum">Specifies the minimum value allowed for the data field value.</param>
587       <param name="maximum">Specifies the maximum value allowed for the data field value.</param>
588     </member>
589     <member name="M:System.ComponentModel.DataAnnotations.RangeAttribute.#ctor(System.Int32,System.Int32)">
590       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RangeAttribute" /> class by using the specified minimum and maximum values.</summary>
591       <param name="minimum">Specifies the minimum value allowed for the data field value.</param>
592       <param name="maximum">Specifies the maximum value allowed for the data field value.</param>
593     </member>
594     <member name="M:System.ComponentModel.DataAnnotations.RangeAttribute.#ctor(System.Type,System.String,System.String)">
595       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RangeAttribute" /> class by using the specified minimum and maximum values and the specific type.</summary>
596       <param name="type">Specifies the type of the object to test.</param>
597       <param name="minimum">Specifies the minimum value allowed for the data field value.</param>
598       <param name="maximum">Specifies the maximum value allowed for the data field value.</param>
599       <exception cref="T:System.ArgumentNullException">
600         <paramref name="type" /> is <see langword="null" />.</exception>
601     </member>
602     <member name="M:System.ComponentModel.DataAnnotations.RangeAttribute.FormatErrorMessage(System.String)">
603       <summary>Formats the error message that is displayed when range validation fails.</summary>
604       <param name="name">The name of the field that caused the validation failure.</param>
605       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
606       <returns>The formatted error message.</returns>
607     </member>
608     <member name="M:System.ComponentModel.DataAnnotations.RangeAttribute.IsValid(System.Object)">
609       <summary>Checks that the value of the data field is in the specified range.</summary>
610       <param name="value">The data field value to validate.</param>
611       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The data field value was outside the allowed range.</exception>
612       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
613       <returns>
614         <see langword="true" /> if the specified value is in the range; otherwise, <see langword="false" />.</returns>
615     </member>
616     <member name="P:System.ComponentModel.DataAnnotations.RangeAttribute.ConvertValueInInvariantCulture">
617       <summary>Gets or sets a value that determines whether any conversions of the value being validated to <see cref="P:System.ComponentModel.DataAnnotations.RangeAttribute.OperandType" /> as set by the <c>type</c> parameter of the <see cref="M:System.ComponentModel.DataAnnotations.RangeAttribute.#ctor(System.Type,System.String,System.String)" /> constructor use the invariant culture or the current culture.</summary>
618       <returns>
619         <see langword="true" /> to use the invariant culture for any conversions; <see langword="false" /> to use the culture that is current at the time of the validation.</returns>
620     </member>
621     <member name="P:System.ComponentModel.DataAnnotations.RangeAttribute.Maximum">
622       <summary>Gets the maximum allowed field value.</summary>
623       <returns>The maximum value that is allowed for the data field.</returns>
624     </member>
625     <member name="P:System.ComponentModel.DataAnnotations.RangeAttribute.Minimum">
626       <summary>Gets the minimum allowed field value.</summary>
627       <returns>The minimum value that is allowed for the data field.</returns>
628     </member>
629     <member name="P:System.ComponentModel.DataAnnotations.RangeAttribute.OperandType">
630       <summary>Gets the type of the data field whose value must be validated.</summary>
631       <returns>The type of the data field whose value must be validated.</returns>
632     </member>
633     <member name="P:System.ComponentModel.DataAnnotations.RangeAttribute.ParseLimitsInInvariantCulture">
634       <summary>Gets or sets a value that determines whether string values for <see cref="P:System.ComponentModel.DataAnnotations.RangeAttribute.Minimum" /> and <see cref="P:System.ComponentModel.DataAnnotations.RangeAttribute.Maximum" /> are parsed using the invariant culture rather than the current culture.</summary>
635     </member>
636     <member name="T:System.ComponentModel.DataAnnotations.RegularExpressionAttribute">
637       <summary>Specifies that a data field value in ASP.NET Dynamic Data must match the specified regular expression.</summary>
638     </member>
639     <member name="M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.#ctor(System.String)">
640       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RegularExpressionAttribute" /> class.</summary>
641       <param name="pattern">The regular expression that is used to validate the data field value.</param>
642       <exception cref="T:System.ArgumentNullException">
643         <paramref name="pattern" /> is <see langword="null" />.</exception>
644     </member>
645     <member name="M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.FormatErrorMessage(System.String)">
646       <summary>Formats the error message to display if the regular expression validation fails.</summary>
647       <param name="name">The name of the field that caused the validation failure.</param>
648       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
649       <exception cref="T:System.ArgumentException">The <see cref="P:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.Pattern" /> is not a valid regular expression.</exception>
650       <returns>The formatted error message.</returns>
651     </member>
652     <member name="M:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.IsValid(System.Object)">
653       <summary>Checks whether the value entered by the user matches the regular expression pattern.</summary>
654       <param name="value">The data field value to validate.</param>
655       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The data field value did not match the regular expression pattern.</exception>
656       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
657       <exception cref="T:System.ArgumentException">
658         <see cref="P:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.Pattern" /> is not a valid regular expression.</exception>
659       <returns>
660         <see langword="true" /> if validation is successful; otherwise, <see langword="false" />.</returns>
661     </member>
662     <member name="P:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.MatchTimeoutInMilliseconds">
663       <summary>Gets or sets the amount of time in milliseconds to execute a single matching operation before the operation times out.</summary>
664       <returns>The amount of time in milliseconds to execute a single matching operation.</returns>
665     </member>
666     <member name="P:System.ComponentModel.DataAnnotations.RegularExpressionAttribute.Pattern">
667       <summary>Gets the regular expression pattern.</summary>
668       <returns>The pattern to match.</returns>
669     </member>
670     <member name="T:System.ComponentModel.DataAnnotations.RequiredAttribute">
671       <summary>Specifies that a data field value is required.</summary>
672     </member>
673     <member name="M:System.ComponentModel.DataAnnotations.RequiredAttribute.#ctor">
674       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RequiredAttribute" /> class.</summary>
675     </member>
676     <member name="M:System.ComponentModel.DataAnnotations.RequiredAttribute.IsValid(System.Object)">
677       <summary>Checks that the value of the required data field is not empty.</summary>
678       <param name="value">The data field value to validate.</param>
679       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The data field value was <see langword="null" />.</exception>
680       <returns>
681         <see langword="true" /> if validation is successful; otherwise, <see langword="false" />.</returns>
682     </member>
683     <member name="P:System.ComponentModel.DataAnnotations.RequiredAttribute.AllowEmptyStrings">
684       <summary>Gets or sets a value that indicates whether an empty string is allowed.</summary>
685       <returns>
686         <see langword="true" /> if an empty string is allowed; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
687     </member>
688     <member name="T:System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute">
689       <summary>Specifies whether a class or data column uses scaffolding.</summary>
690     </member>
691     <member name="M:System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute.#ctor(System.Boolean)">
692       <summary>Initializes a new instance of <see cref="T:System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute" /> using the <see cref="P:System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute.Scaffold" /> property.</summary>
693       <param name="scaffold">The value that specifies whether scaffolding is enabled.</param>
694     </member>
695     <member name="P:System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute.Scaffold">
696       <summary>Gets or sets the value that specifies whether scaffolding is enabled.</summary>
697       <returns>
698         <see langword="true" /> if scaffolding is enabled; otherwise, <see langword="false" />.</returns>
699     </member>
700     <member name="T:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute">
701       <summary>Represents the database column that a property is mapped to.</summary>
702     </member>
703     <member name="M:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.#ctor">
704       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute" /> class.</summary>
705     </member>
706     <member name="M:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.#ctor(System.String)">
707       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute" /> class.</summary>
708       <param name="name">The name of the column the property is mapped to.</param>
709     </member>
710     <member name="P:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.Name">
711       <summary>Gets the name of the column the property is mapped to.</summary>
712       <returns>The name of the column the property is mapped to.</returns>
713     </member>
714     <member name="P:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.Order">
715       <summary>Gets or sets the zero-based order of the column the property is mapped to.</summary>
716       <returns>The order of the column.</returns>
717     </member>
718     <member name="P:System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.TypeName">
719       <summary>Gets or sets the database provider specific data type of the column the property is mapped to.</summary>
720       <returns>The database provider specific data type of the column the property is mapped to.</returns>
721     </member>
722     <member name="T:System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute">
723       <summary>Denotes that the class is a complex type. Complex types are non-scalar properties of entity types that enable scalar properties to be organized within entities. Complex types do not have keys and cannot be managed by the Entity Framework apart from the parent object.</summary>
724     </member>
725     <member name="M:System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute.#ctor">
726       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.ComplexTypeAttribute" /> class.</summary>
727     </member>
728     <member name="T:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute">
729       <summary>Specifies how the database generates values for a property.</summary>
730     </member>
731     <member name="M:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute.#ctor(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption)">
732       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute" /> class.</summary>
733       <param name="databaseGeneratedOption">The database generated option.</param>
734     </member>
735     <member name="P:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedAttribute.DatabaseGeneratedOption">
736       <summary>Gets or sets the pattern used to generate values for the property in the database.</summary>
737       <returns>The database generated option.</returns>
738     </member>
739     <member name="T:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption">
740       <summary>Represents the pattern used to generate values for a property in the database.</summary>
741     </member>
742     <member name="F:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.Computed">
743       <summary>The database generates a value when a row is inserted or updated.</summary>
744     </member>
745     <member name="F:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.Identity">
746       <summary>The database generates a value when a row is inserted.</summary>
747     </member>
748     <member name="F:System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.None">
749       <summary>The database does not generate values.</summary>
750     </member>
751     <member name="T:System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute">
752       <summary>Denotes a property used as a foreign key in a relationship.</summary>
753     </member>
754     <member name="M:System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute.#ctor(System.String)">
755       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute" /> class.</summary>
756       <param name="name">The name of the associated navigation property, or the name of one or more associated foreign keys.</param>
757     </member>
758     <member name="P:System.ComponentModel.DataAnnotations.Schema.ForeignKeyAttribute.Name">
759       <summary>Gets the name of the associated navigation property or of the associated foreign keys.</summary>
760       <returns>The name of the associated navigation property or of the associated foreign keys.</returns>
761     </member>
762     <member name="T:System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute">
763       <summary>Specifies the inverse of a navigation property that represents the other end of the same relationship.</summary>
764     </member>
765     <member name="M:System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute.#ctor(System.String)">
766       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute" /> class using the specified property.</summary>
767       <param name="property">The navigation property representing the other end of the same relationship.</param>
768     </member>
769     <member name="P:System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute.Property">
770       <summary>Gets the navigation property representing the other end of the same relationship.</summary>
771       <returns>The property of the attribute.</returns>
772     </member>
773     <member name="T:System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute">
774       <summary>Denotes that a property or class should be excluded from database mapping.</summary>
775     </member>
776     <member name="M:System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute.#ctor">
777       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute" /> class.</summary>
778     </member>
779     <member name="T:System.ComponentModel.DataAnnotations.Schema.TableAttribute">
780       <summary>Specifies the database table that a class is mapped to.</summary>
781     </member>
782     <member name="M:System.ComponentModel.DataAnnotations.Schema.TableAttribute.#ctor(System.String)">
783       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.Schema.TableAttribute" /> class using the specified name of the table.</summary>
784       <param name="name">The name of the table the class is mapped to.</param>
785     </member>
786     <member name="P:System.ComponentModel.DataAnnotations.Schema.TableAttribute.Name">
787       <summary>Gets the name of the table the class is mapped to.</summary>
788       <returns>The name of the table the class is mapped to.</returns>
789     </member>
790     <member name="P:System.ComponentModel.DataAnnotations.Schema.TableAttribute.Schema">
791       <summary>Gets or sets the schema of the table the class is mapped to.</summary>
792       <returns>The schema of the table the class is mapped to.</returns>
793     </member>
794     <member name="T:System.ComponentModel.DataAnnotations.StringLengthAttribute">
795       <summary>Specifies the minimum and maximum length of characters that are allowed in a data field.</summary>
796     </member>
797     <member name="M:System.ComponentModel.DataAnnotations.StringLengthAttribute.#ctor(System.Int32)">
798       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.StringLengthAttribute" /> class by using a specified maximum length.</summary>
799       <param name="maximumLength">The maximum length of a string.</param>
800     </member>
801     <member name="M:System.ComponentModel.DataAnnotations.StringLengthAttribute.FormatErrorMessage(System.String)">
802       <summary>Applies formatting to a specified error message.</summary>
803       <param name="name">The name of the field that caused the validation failure.</param>
804       <exception cref="T:System.ArgumentOutOfRangeException">
805         <paramref name="maximumLength" /> is negative.  
806   
807  -or-  
808   
809  <paramref name="maximumLength" /> is less than <paramref name="minimumLength" />.</exception>
810       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
811       <returns>The formatted error message.</returns>
812     </member>
813     <member name="M:System.ComponentModel.DataAnnotations.StringLengthAttribute.IsValid(System.Object)">
814       <summary>Determines whether a specified object is valid.</summary>
815       <param name="value">The object to validate.</param>
816       <exception cref="T:System.ArgumentOutOfRangeException">
817         <paramref name="maximumLength" /> is negative.  
818   
819  -or-  
820   
821  <paramref name="maximumLength" /> is less than <see cref="P:System.ComponentModel.DataAnnotations.StringLengthAttribute.MinimumLength" />.</exception>
822       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
823       <returns>
824         <see langword="true" /> if the specified object is valid; otherwise, <see langword="false" />.</returns>
825     </member>
826     <member name="P:System.ComponentModel.DataAnnotations.StringLengthAttribute.MaximumLength">
827       <summary>Gets or sets the maximum length of a string.</summary>
828       <returns>The maximum length a string.</returns>
829     </member>
830     <member name="P:System.ComponentModel.DataAnnotations.StringLengthAttribute.MinimumLength">
831       <summary>Gets or sets the minimum length of a string.</summary>
832       <returns>The minimum length of a string.</returns>
833     </member>
834     <member name="T:System.ComponentModel.DataAnnotations.TimestampAttribute">
835       <summary>Specifies the data type of the column as a row version.</summary>
836     </member>
837     <member name="M:System.ComponentModel.DataAnnotations.TimestampAttribute.#ctor">
838       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.TimestampAttribute" /> class.</summary>
839     </member>
840     <member name="T:System.ComponentModel.DataAnnotations.UIHintAttribute">
841       <summary>Specifies the template or user control that Dynamic Data uses to display a data field.</summary>
842     </member>
843     <member name="M:System.ComponentModel.DataAnnotations.UIHintAttribute.#ctor(System.String)">
844       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> class by using a specified user control.</summary>
845       <param name="uiHint">The user control to use to display the data field.</param>
846     </member>
847     <member name="M:System.ComponentModel.DataAnnotations.UIHintAttribute.#ctor(System.String,System.String)">
848       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> class using the specified user control and specified presentation layer.</summary>
849       <param name="uiHint">The user control (field template) to use to display the data field.</param>
850       <param name="presentationLayer">The presentation layer that uses the class. Can be set to "HTML", "Silverlight", "WPF", or "WinForms".</param>
851     </member>
852     <member name="M:System.ComponentModel.DataAnnotations.UIHintAttribute.#ctor(System.String,System.String,System.Object[])">
853       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> class by using the specified user control, presentation layer, and control parameters.</summary>
854       <param name="uiHint">The user control (field template) to use to display the data field.</param>
855       <param name="presentationLayer">The presentation layer that uses the class. Can be set to "HTML", "Silverlight", "WPF", or "WinForms".</param>
856       <param name="controlParameters">The object to use to retrieve values from any data sources.</param>
857       <exception cref="T:System.ArgumentException">
858         <see cref="P:System.ComponentModel.DataAnnotations.UIHintAttribute.ControlParameters" /> is <see langword="null" /> or it is a constraint key.  
859   
860  -or-  
861   
862  The value of <see cref="P:System.ComponentModel.DataAnnotations.UIHintAttribute.ControlParameters" /> is not a string.</exception>
863     </member>
864     <member name="M:System.ComponentModel.DataAnnotations.UIHintAttribute.Equals(System.Object)">
865       <summary>Gets a value that indicates whether this instance is equal to the specified object.</summary>
866       <param name="obj">The object to compare with this instance, or a <see langword="null" /> reference.</param>
867       <returns>
868         <see langword="true" /> if the specified object is equal to this instance; otherwise, <see langword="false" />.</returns>
869     </member>
870     <member name="M:System.ComponentModel.DataAnnotations.UIHintAttribute.GetHashCode">
871       <summary>Gets the hash code for the current instance of the attribute.</summary>
872       <returns>The attribute instance hash code.</returns>
873     </member>
874     <member name="P:System.ComponentModel.DataAnnotations.UIHintAttribute.ControlParameters">
875       <summary>Gets or sets the <see cref="T:System.Web.DynamicData.DynamicControlParameter" /> object to use to retrieve values from any data source.</summary>
876       <exception cref="T:System.InvalidOperationException">The current attribute is ill-formed.</exception>
877       <returns>A collection of key/value pairs.</returns>
878     </member>
879     <member name="P:System.ComponentModel.DataAnnotations.UIHintAttribute.PresentationLayer">
880       <summary>Gets or sets the presentation layer that uses the <see cref="T:System.ComponentModel.DataAnnotations.UIHintAttribute" /> class.</summary>
881       <returns>The presentation layer that is used by this class.</returns>
882     </member>
883     <member name="P:System.ComponentModel.DataAnnotations.UIHintAttribute.UIHint">
884       <summary>Gets or sets the name of the field template to use to display the data field.</summary>
885       <returns>The name of the field template that displays the data field.</returns>
886     </member>
887     <member name="T:System.ComponentModel.DataAnnotations.UrlAttribute">
888       <summary>Provides URL validation.</summary>
889     </member>
890     <member name="M:System.ComponentModel.DataAnnotations.UrlAttribute.#ctor">
891       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.UrlAttribute" /> class.</summary>
892     </member>
893     <member name="M:System.ComponentModel.DataAnnotations.UrlAttribute.IsValid(System.Object)">
894       <summary>Validates the format of the specified URL.</summary>
895       <param name="value">The URL to validate.</param>
896       <returns>
897         <see langword="true" /> if the URL format is valid or <see langword="null" />; otherwise, <see langword="false" />.</returns>
898     </member>
899     <member name="T:System.ComponentModel.DataAnnotations.ValidationAttribute">
900       <summary>Serves as the base class for all validation attributes.</summary>
901     </member>
902     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.#ctor">
903       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class.</summary>
904     </member>
905     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.#ctor(System.Func{System.String})">
906       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class by using the function that enables access to validation resources.</summary>
907       <param name="errorMessageAccessor">The function that enables access to validation resources.</param>
908       <exception cref="T:System.ArgumentNullException">
909         <paramref name="errorMessageAccessor" /> is <see langword="null" />.</exception>
910     </member>
911     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.#ctor(System.String)">
912       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class by using the error message to associate with a validation control.</summary>
913       <param name="errorMessage">The error message to associate with a validation control.</param>
914     </member>
915     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.FormatErrorMessage(System.String)">
916       <summary>Applies formatting to an error message, based on the data field where the error occurred.</summary>
917       <param name="name">The name to include in the formatted message.</param>
918       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
919       <returns>An instance of the formatted error message.</returns>
920     </member>
921     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.GetValidationResult(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
922       <summary>Checks whether the specified value is valid with respect to the current validation attribute.</summary>
923       <param name="value">The value to validate.</param>
924       <param name="validationContext">The context information about the validation operation.</param>
925       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
926       <exception cref="T:System.ArgumentNullException">
927         <paramref name="validationContext" /> is <see langword="null" />.</exception>
928       <exception cref="T:System.NotImplementedException">
929         <see cref="M:System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)" /> has not been implemented by a derived class.</exception>
930       <returns>An instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> class.</returns>
931     </member>
932     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object)">
933       <summary>Determines whether the specified value of the object is valid.</summary>
934       <param name="value">The value of the object to validate.</param>
935       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
936       <exception cref="T:System.NotImplementedException">Neither overload of <see langword="IsValid" /> has been implemented by a derived class.</exception>
937       <returns>
938         <see langword="true" /> if the specified value is valid; otherwise, <see langword="false" />.</returns>
939     </member>
940     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
941       <summary>Validates the specified value with respect to the current validation attribute.</summary>
942       <param name="value">The value to validate.</param>
943       <param name="validationContext">The context information about the validation operation.</param>
944       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
945       <exception cref="T:System.NotImplementedException">
946         <see cref="M:System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)" /> has not been implemented by a derived class.</exception>
947       <returns>An instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> class.</returns>
948     </member>
949     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.Validate(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
950       <summary>Validates the specified object.</summary>
951       <param name="value">The object to validate.</param>
952       <param name="validationContext">The <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> object that describes the context where the validation checks are performed. This parameter cannot be <see langword="null" />.</param>
953       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">Validation failed.</exception>
954       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
955       <exception cref="T:System.NotImplementedException">
956         <see cref="M:System.ComponentModel.DataAnnotations.ValidationAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)" /> has not been implemented by a derived class.</exception>
957     </member>
958     <member name="M:System.ComponentModel.DataAnnotations.ValidationAttribute.Validate(System.Object,System.String)">
959       <summary>Validates the specified object.</summary>
960       <param name="value">The value of the object to validate.</param>
961       <param name="name">The name to include in the error message.</param>
962       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">
963         <paramref name="value" /> is not valid.</exception>
964       <exception cref="T:System.InvalidOperationException">The current attribute is malformed.</exception>
965     </member>
966     <member name="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessage">
967       <summary>Gets or sets an error message to associate with a validation control if validation fails.</summary>
968       <returns>The error message that is associated with the validation control.</returns>
969     </member>
970     <member name="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageResourceName">
971       <summary>Gets or sets the error message resource name to use in order to look up the <see cref="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageResourceType" /> property value if validation fails.</summary>
972       <returns>The error message resource that is associated with a validation control.</returns>
973     </member>
974     <member name="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageResourceType">
975       <summary>Gets or sets the resource type to use for error-message lookup if validation fails.</summary>
976       <returns>The type of error message that is associated with a validation control.</returns>
977     </member>
978     <member name="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageString">
979       <summary>Gets the localized validation error message.</summary>
980       <returns>The localized validation error message.</returns>
981     </member>
982     <member name="P:System.ComponentModel.DataAnnotations.ValidationAttribute.RequiresValidationContext">
983       <summary>Gets a value that indicates whether the attribute requires validation context.</summary>
984       <returns>
985         <see langword="true" /> if the attribute requires validation context; otherwise, <see langword="false" />.</returns>
986     </member>
987     <member name="T:System.ComponentModel.DataAnnotations.ValidationContext">
988       <summary>Describes the context in which a validation check is performed.</summary>
989     </member>
990     <member name="M:System.ComponentModel.DataAnnotations.ValidationContext.#ctor(System.Object)">
991       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> class using the specified object instance.</summary>
992       <param name="instance">The object instance to validate. It cannot be <see langword="null" />.</param>
993       <exception cref="T:System.ArgumentNullException">
994         <paramref name="instance" /> is <see langword="null" />.</exception>
995     </member>
996     <member name="M:System.ComponentModel.DataAnnotations.ValidationContext.#ctor(System.Object,System.Collections.Generic.IDictionary{System.Object,System.Object})">
997       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> class using the specified object and an optional property bag.</summary>
998       <param name="instance">The object instance to validate.  It cannot be <see langword="null" />.</param>
999       <param name="items">An optional set of key/value pairs to make available to consumers.</param>
1000       <exception cref="T:System.ArgumentNullException">
1001         <paramref name="instance" /> is <see langword="null" />.</exception>
1002     </member>
1003     <member name="M:System.ComponentModel.DataAnnotations.ValidationContext.#ctor(System.Object,System.IServiceProvider,System.Collections.Generic.IDictionary{System.Object,System.Object})">
1004       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> class using the service provider and dictionary of service consumers.</summary>
1005       <param name="instance">The object to validate. This parameter is required.</param>
1006       <param name="serviceProvider">The object that implements the <see cref="T:System.IServiceProvider" /> interface. This parameter is optional.</param>
1007       <param name="items">A dictionary of key/value pairs to make available to the service consumers. This parameter is optional.</param>
1008       <exception cref="T:System.ArgumentNullException">
1009         <paramref name="instance" /> is <see langword="null" />.</exception>
1010     </member>
1011     <member name="M:System.ComponentModel.DataAnnotations.ValidationContext.GetService(System.Type)">
1012       <summary>Returns the service that provides custom validation.</summary>
1013       <param name="serviceType">The type of the service to use for validation.</param>
1014       <returns>An instance of the service, or <see langword="null" /> if the service is not available.</returns>
1015     </member>
1016     <member name="M:System.ComponentModel.DataAnnotations.ValidationContext.InitializeServiceProvider(System.Func{System.Type,System.Object})">
1017       <summary>Initializes the <see cref="T:System.ComponentModel.DataAnnotations.ValidationContext" /> using a service provider that can return service instances by type when <see cref="M:System.Web.Mvc.IDependencyResolver.GetService(System.Type)" /> is called.</summary>
1018       <param name="serviceProvider">The service provider.</param>
1019     </member>
1020     <member name="P:System.ComponentModel.DataAnnotations.ValidationContext.DisplayName">
1021       <summary>Gets or sets the name of the member to validate.</summary>
1022       <returns>The name of the member to validate.</returns>
1023     </member>
1024     <member name="P:System.ComponentModel.DataAnnotations.ValidationContext.Items">
1025       <summary>Gets the dictionary of key/value pairs that is associated with this context.</summary>
1026       <returns>The dictionary of the key/value pairs for this context.</returns>
1027     </member>
1028     <member name="P:System.ComponentModel.DataAnnotations.ValidationContext.MemberName">
1029       <summary>Gets or sets the name of the member to validate.</summary>
1030       <returns>The name of the member to validate.</returns>
1031     </member>
1032     <member name="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectInstance">
1033       <summary>Gets the object to validate.</summary>
1034       <returns>The object to validate.</returns>
1035     </member>
1036     <member name="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectType">
1037       <summary>Gets the type of the object to validate.</summary>
1038       <returns>The type of the object to validate.</returns>
1039     </member>
1040     <member name="T:System.ComponentModel.DataAnnotations.ValidationException">
1041       <summary>Represents the exception that occurs during validation of a data field when the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class is used.</summary>
1042     </member>
1043     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor">
1044       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class using an error message generated by the system.</summary>
1045     </member>
1046     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor(System.ComponentModel.DataAnnotations.ValidationResult,System.ComponentModel.DataAnnotations.ValidationAttribute,System.Object)">
1047       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class by using a validation result, a validation attribute, and the value of the current exception.</summary>
1048       <param name="validationResult">The list of validation results.</param>
1049       <param name="validatingAttribute">The attribute that caused the current exception.</param>
1050       <param name="value">The value of the object that caused the attribute to trigger the validation error.</param>
1051     </member>
1052     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1053       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class using serialized data.</summary>
1054       <param name="info">The object that holds the serialized data.</param>
1055       <param name="context">Context information about the source or destination of the serialized object.</param>
1056     </member>
1057     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor(System.String)">
1058       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class using a specified error message.</summary>
1059       <param name="message">A specified message that states the error.</param>
1060     </member>
1061     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor(System.String,System.ComponentModel.DataAnnotations.ValidationAttribute,System.Object)">
1062       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class using a specified error message, a validation attribute, and the value of the current exception.</summary>
1063       <param name="errorMessage">The message that states the error.</param>
1064       <param name="validatingAttribute">The attribute that caused the current exception.</param>
1065       <param name="value">The value of the object that caused the attribute to trigger validation error.</param>
1066     </member>
1067     <member name="M:System.ComponentModel.DataAnnotations.ValidationException.#ctor(System.String,System.Exception)">
1068       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationException" /> class using a specified error message and a collection of inner exception instances.</summary>
1069       <param name="message">The error message.</param>
1070       <param name="innerException">The collection of validation exceptions.</param>
1071     </member>
1072     <member name="P:System.ComponentModel.DataAnnotations.ValidationException.ValidationAttribute">
1073       <summary>Gets the instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class that triggered this exception.</summary>
1074       <returns>An instance of the validation attribute type that triggered this exception.</returns>
1075     </member>
1076     <member name="P:System.ComponentModel.DataAnnotations.ValidationException.ValidationResult">
1077       <summary>Gets the <see cref="P:System.ComponentModel.DataAnnotations.ValidationException.ValidationResult" /> instance that describes the validation error.</summary>
1078       <returns>The <see cref="P:System.ComponentModel.DataAnnotations.ValidationException.ValidationResult" /> instance that describes the validation error.</returns>
1079     </member>
1080     <member name="P:System.ComponentModel.DataAnnotations.ValidationException.Value">
1081       <summary>Gets the value of the object that causes the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class to trigger this exception.</summary>
1082       <returns>The value of the object that caused the <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> class to trigger the validation error.</returns>
1083     </member>
1084     <member name="T:System.ComponentModel.DataAnnotations.ValidationResult">
1085       <summary>Represents a container for the results of a validation request.</summary>
1086     </member>
1087     <member name="F:System.ComponentModel.DataAnnotations.ValidationResult.Success">
1088       <summary>Represents the success of the validation (<see langword="true" /> if validation was successful; otherwise, <see langword="false" />).</summary>
1089     </member>
1090     <member name="M:System.ComponentModel.DataAnnotations.ValidationResult.#ctor(System.ComponentModel.DataAnnotations.ValidationResult)">
1091       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> class by using a <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> object.</summary>
1092       <param name="validationResult">The validation result object.</param>
1093       <exception cref="T:System.ArgumentNullException">
1094         <paramref name="validationResult" /> is <see langword="null" />.</exception>
1095     </member>
1096     <member name="M:System.ComponentModel.DataAnnotations.ValidationResult.#ctor(System.String)">
1097       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> class by using an error message.</summary>
1098       <param name="errorMessage">The error message.</param>
1099     </member>
1100     <member name="M:System.ComponentModel.DataAnnotations.ValidationResult.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})">
1101       <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.ValidationResult" /> class by using an error message and a list of members that have validation errors.</summary>
1102       <param name="errorMessage">The error message.</param>
1103       <param name="memberNames">The list of member names that have validation errors.</param>
1104     </member>
1105     <member name="M:System.ComponentModel.DataAnnotations.ValidationResult.ToString">
1106       <summary>Returns a string representation of the current validation result.</summary>
1107       <returns>The current validation result.</returns>
1108     </member>
1109     <member name="P:System.ComponentModel.DataAnnotations.ValidationResult.ErrorMessage">
1110       <summary>Gets the error message for the validation.</summary>
1111       <returns>The error message for the validation.</returns>
1112     </member>
1113     <member name="P:System.ComponentModel.DataAnnotations.ValidationResult.MemberNames">
1114       <summary>Gets the collection of member names that indicate which fields have validation errors.</summary>
1115       <returns>The collection of member names that indicate which fields have validation errors.</returns>
1116     </member>
1117     <member name="T:System.ComponentModel.DataAnnotations.Validator">
1118       <summary>Defines a helper class that can be used to validate objects, properties, and methods when it is included in their associated <see cref="T:System.ComponentModel.DataAnnotations.ValidationAttribute" /> attributes.</summary>
1119     </member>
1120     <member name="M:System.ComponentModel.DataAnnotations.Validator.TryValidateObject(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Collections.Generic.ICollection{System.ComponentModel.DataAnnotations.ValidationResult})">
1121       <summary>Determines whether the specified object is valid using the validation context and validation results collection.</summary>
1122       <param name="instance">The object to validate.</param>
1123       <param name="validationContext">The context that describes the object to validate.</param>
1124       <param name="validationResults">A collection to hold each failed validation.</param>
1125       <exception cref="T:System.ArgumentNullException">
1126         <paramref name="instance" /> is <see langword="null" />.</exception>
1127       <exception cref="T:System.ArgumentException">
1128         <paramref name="instance" /> doesn't match the <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectInstance" />on <paramref name="validationContext" />.</exception>
1129       <returns>
1130         <see langword="true" /> if the object validates; otherwise, <see langword="false" />.</returns>
1131     </member>
1132     <member name="M:System.ComponentModel.DataAnnotations.Validator.TryValidateObject(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Collections.Generic.ICollection{System.ComponentModel.DataAnnotations.ValidationResult},System.Boolean)">
1133       <summary>Determines whether the specified object is valid using the validation context, validation results collection, and a value that specifies whether to validate all properties.</summary>
1134       <param name="instance">The object to validate.</param>
1135       <param name="validationContext">The context that describes the object to validate.</param>
1136       <param name="validationResults">A collection to hold each failed validation.</param>
1137       <param name="validateAllProperties">
1138         <see langword="true" /> to validate all properties; if <see langword="false" />, only required attributes are validated.</param>
1139       <exception cref="T:System.ArgumentNullException">
1140         <paramref name="instance" /> is <see langword="null" />.</exception>
1141       <exception cref="T:System.ArgumentException">
1142         <paramref name="instance" /> doesn't match the<see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectInstance" />on <paramref name="validationContext" />.</exception>
1143       <returns>
1144         <see langword="true" /> if the object validates; otherwise, <see langword="false" />.</returns>
1145     </member>
1146     <member name="M:System.ComponentModel.DataAnnotations.Validator.TryValidateProperty(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Collections.Generic.ICollection{System.ComponentModel.DataAnnotations.ValidationResult})">
1147       <summary>Validates the property.</summary>
1148       <param name="value">The value to validate.</param>
1149       <param name="validationContext">The context that describes the property to validate.</param>
1150       <param name="validationResults">A collection to hold each failed validation.</param>
1151       <exception cref="T:System.ArgumentNullException">
1152         <paramref name="value" /> cannot be assigned to the property.  
1153   
1154  -or-  
1155   
1156  <paramref name="value" /> is <see langword="null" />.</exception>
1157       <exception cref="T:System.ArgumentException">The <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.MemberName" /> property of <paramref name="validationContext" /> is not a valid property.</exception>
1158       <returns>
1159         <see langword="true" /> if the property validates; otherwise, <see langword="false" />.</returns>
1160     </member>
1161     <member name="M:System.ComponentModel.DataAnnotations.Validator.TryValidateValue(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Collections.Generic.ICollection{System.ComponentModel.DataAnnotations.ValidationResult},System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationAttribute})">
1162       <summary>Returns a value that indicates whether the specified value is valid with the specified attributes.</summary>
1163       <param name="value">The value to validate.</param>
1164       <param name="validationContext">The context that describes the object to validate.</param>
1165       <param name="validationResults">A collection to hold failed validations.</param>
1166       <param name="validationAttributes">The validation attributes.</param>
1167       <returns>
1168         <see langword="true" /> if the object validates; otherwise, <see langword="false" />.</returns>
1169     </member>
1170     <member name="M:System.ComponentModel.DataAnnotations.Validator.ValidateObject(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
1171       <summary>Determines whether the specified object is valid using the validation context.</summary>
1172       <param name="instance">The object to validate.</param>
1173       <param name="validationContext">The context that describes the object to validate.</param>
1174       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The object is not valid.</exception>
1175       <exception cref="T:System.ArgumentNullException">
1176         <paramref name="instance" /> is <see langword="null" />.</exception>
1177       <exception cref="T:System.ArgumentException">
1178         <paramref name="instance" /> doesn't match the <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectInstance" /> on <paramref name="validationContext" />.</exception>
1179     </member>
1180     <member name="M:System.ComponentModel.DataAnnotations.Validator.ValidateObject(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Boolean)">
1181       <summary>Determines whether the specified object is valid using the validation context, and a value that specifies whether to validate all properties.</summary>
1182       <param name="instance">The object to validate.</param>
1183       <param name="validationContext">The context that describes the object to validate.</param>
1184       <param name="validateAllProperties">
1185         <see langword="true" /> to validate all properties; otherwise, <see langword="false" />.</param>
1186       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">
1187         <paramref name="instance" /> is not valid.</exception>
1188       <exception cref="T:System.ArgumentNullException">
1189         <paramref name="instance" /> is <see langword="null" />.</exception>
1190       <exception cref="T:System.ArgumentException">
1191         <paramref name="instance" /> doesn't match the <see cref="P:System.ComponentModel.DataAnnotations.ValidationContext.ObjectInstance" /> on <paramref name="validationContext" />.</exception>
1192     </member>
1193     <member name="M:System.ComponentModel.DataAnnotations.Validator.ValidateProperty(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)">
1194       <summary>Validates the property.</summary>
1195       <param name="value">The value to validate.</param>
1196       <param name="validationContext">The context that describes the property to validate.</param>
1197       <exception cref="T:System.ArgumentNullException">
1198         <paramref name="value" /> cannot be assigned to the property.</exception>
1199       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The <paramref name="value" /> parameter is not valid.</exception>
1200     </member>
1201     <member name="M:System.ComponentModel.DataAnnotations.Validator.ValidateValue(System.Object,System.ComponentModel.DataAnnotations.ValidationContext,System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationAttribute})">
1202       <summary>Validates the specified attributes.</summary>
1203       <param name="value">The value to validate.</param>
1204       <param name="validationContext">The context that describes the object to validate.</param>
1205       <param name="validationAttributes">The validation attributes.</param>
1206       <exception cref="T:System.ArgumentNullException">The <paramref name="validationContext" /> parameter is <see langword="null" />.</exception>
1207       <exception cref="T:System.ComponentModel.DataAnnotations.ValidationException">The <paramref name="value" /> parameter does not validate with the <paramref name="validationAttributes" /> parameter.</exception>
1208     </member>
1209   </members>
1210 </doc>