File tree Expand file tree Collapse file tree 6 files changed +32
-32
lines changed Expand file tree Collapse file tree 6 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 72
72
<ReturnType >System.UInt32</ReturnType >
73
73
</ReturnValue >
74
74
<Docs >
75
- <summary >To be added .</summary >
76
- <value >To be added .</value >
75
+ <summary >Gets or sets the beginning column .</summary >
76
+ <value >The location of the beginning column .</value >
77
77
<remarks >To be added.</remarks >
78
78
</Docs >
79
79
</Member >
97
97
<ReturnType >System.UInt32</ReturnType >
98
98
</ReturnValue >
99
99
<Docs >
100
- <summary >To be added .</summary >
101
- <value >To be added .</value >
100
+ <summary >Gets or sets the beginning line .</summary >
101
+ <value >The location of the beginning line .</value >
102
102
<remarks >To be added.</remarks >
103
103
</Docs >
104
104
</Member >
122
122
<ReturnType >System.UInt32</ReturnType >
123
123
</ReturnValue >
124
124
<Docs >
125
- <summary >To be added .</summary >
126
- <value >To be added .</value >
125
+ <summary >Gets or sets the end column .</summary >
126
+ <value >The location of the end column .</value >
127
127
<remarks >To be added.</remarks >
128
128
</Docs >
129
129
</Member >
147
147
<ReturnType >System.UInt32</ReturnType >
148
148
</ReturnValue >
149
149
<Docs >
150
- <summary >To be added .</summary >
151
- <value >To be added .</value >
150
+ <summary >Gets or sets the end line .</summary >
151
+ <value >The location of the end line .</value >
152
152
<remarks >To be added.</remarks >
153
153
</Docs >
154
154
</Member >
Original file line number Diff line number Diff line change 41
41
<ReturnType >System.UInt32</ReturnType >
42
42
</ReturnValue >
43
43
<Docs >
44
- <summary >To be added .</summary >
45
- <value >To be added .</value >
44
+ <summary >Gets or sets the beginning column .</summary >
45
+ <value >Location of the beginning column .</value >
46
46
<remarks >To be added.</remarks >
47
47
</Docs >
48
48
</Member >
63
63
<ReturnType >System.UInt32</ReturnType >
64
64
</ReturnValue >
65
65
<Docs >
66
- <summary >To be added .</summary >
67
- <value >To be added .</value >
66
+ <summary >Gets or sets the beginning line .</summary >
67
+ <value >Location of the beginning line .</value >
68
68
<remarks >To be added.</remarks >
69
69
</Docs >
70
70
</Member >
85
85
<ReturnType >System.UInt32</ReturnType >
86
86
</ReturnValue >
87
87
<Docs >
88
- <summary >To be added .</summary >
89
- <value >To be added .</value >
88
+ <summary >Gets or sets the end column .</summary >
89
+ <value >Location of the end column .</value >
90
90
<remarks >To be added.</remarks >
91
91
</Docs >
92
92
</Member >
107
107
<ReturnType >System.UInt32</ReturnType >
108
108
</ReturnValue >
109
109
<Docs >
110
- <summary >To be added .</summary >
111
- <value >To be added .</value >
110
+ <summary >Gets or sets the end line .</summary >
111
+ <value >Location of the end line .</value >
112
112
<remarks >To be added.</remarks >
113
113
</Docs >
114
114
</Member >
Original file line number Diff line number Diff line change 397
397
<Parameter Name =" ordinal" Type =" System.Int32" Index =" 0" FrameworkAlternate =" netframework-3.5" />
398
398
</Parameters >
399
399
<Docs >
400
- <param name =" ordinal" >To be added .</param >
400
+ <param name =" ordinal" >The ordinal value of the current record .</param >
401
401
<summary >Retrieves the field value as a decimal.</summary >
402
402
<returns >The field value as a decimal.</returns >
403
403
<remarks >To be added.</remarks >
Original file line number Diff line number Diff line change 1501
1501
<ReturnType >System.Data.StateChangeEventHandler</ReturnType >
1502
1502
</ReturnValue >
1503
1503
<Docs >
1504
- <summary >To be added .</summary >
1504
+ <summary >Occurs when the state of the connection changes .</summary >
1505
1505
<remarks >To be added.</remarks >
1506
1506
</Docs >
1507
1507
</Member >
Original file line number Diff line number Diff line change 211
211
<Parameter Name =" securityElement" Type =" System.Security.SecurityElement" Index =" 0" FrameworkAlternate =" netframework-1.1" />
212
212
</Parameters >
213
213
<Docs >
214
- <param name =" securityElement" >To be added .</param >
215
- <summary >To be added .</summary >
214
+ <param name =" securityElement" >The XML encoding to use to reconstruct the security object .</param >
215
+ <summary >Reconstructs a security object with a specified state from an XML encoding .</summary >
216
216
<remarks >To be added.</remarks >
217
217
</Docs >
218
218
</Member >
308
308
</ReturnValue >
309
309
<Parameters />
310
310
<Docs >
311
- <summary >To be added .</summary >
312
- <returns >To be added .</returns >
311
+ <summary >Creates an XML encoding of the security object and its current state .</summary >
312
+ <returns >An XML encoding of the security object, including any state information .</returns >
313
313
<remarks >To be added.</remarks >
314
314
</Docs >
315
315
</Member >
335
335
<Parameter Name =" target" Type =" System.Security.IPermission" Index =" 0" FrameworkAlternate =" netframework-1.1" />
336
336
</Parameters >
337
337
<Docs >
338
- <param name =" target" >To be added .</param >
339
- <summary >To be added .</summary >
340
- <returns >To be added .</returns >
338
+ <param name =" target" >A permission to combine with the current permission. It must be of the same type as the current permission .</param >
339
+ <summary >Creates a database permission that is the union of the current permission and the specified permission .</summary >
340
+ <returns >A new permission that represents the union of the current permission and the specified permission .</returns >
341
341
<remarks >To be added.</remarks >
342
342
</Docs >
343
343
</Member >
Original file line number Diff line number Diff line change 18
18
</Interface >
19
19
</Interfaces >
20
20
<Docs >
21
- <summary >To be added .</summary >
21
+ <summary >A class that deals with search wait handling .</summary >
22
22
<remarks >To be added.</remarks >
23
23
</Docs >
24
24
<Members >
35
35
</AssemblyInfo >
36
36
<Parameters />
37
37
<Docs >
38
- <summary >To be added .</summary >
38
+ <summary >Initializes a new instance of the < see cref = " T:System.DirectoryServices.SearchWaitHandler " /> class .</summary >
39
39
<remarks >To be added.</remarks >
40
40
</Docs >
41
41
</Member >
63
63
<Parameter Name =" section" Type =" System.Xml.XmlNode" Index =" 2" FrameworkAlternate =" netframework-1.1" />
64
64
</Parameters >
65
65
<Docs >
66
- <param name =" parent" >To be added .</param >
67
- <param name =" configContext" >To be added .</param >
68
- <param name =" section" >To be added .</param >
69
- <summary >To be added .</summary >
70
- <returns >To be added .</returns >
66
+ <param name =" parent" >The parent class to inherit from .</param >
67
+ <param name =" configContext" >The configuration context .</param >
68
+ <param name =" section" >The XML node that contains the section .</param >
69
+ <summary >Creates the handler .</summary >
70
+ <returns >The new handler object .</returns >
71
71
<remarks >To be added.</remarks >
72
72
</Docs >
73
73
</Member >
You can’t perform that action at this time.
0 commit comments