Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git] / SharedLibs / net / 2.0 / Nullables.NHibernate.xml
blobd310a5d12a7ace677bb0294f6e3ead65b43d5db0
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>Nullables.NHibernate</name>
5     </assembly>
6     <members>
7         <member name="T:Nullables.NHibernate.EmptyAnsiStringType">
8             <summary>
9             An <see cref="T:NHibernate.UserTypes.IUserType"/> that reads a <see langword="null"/> value from an <c>ansi string</c>
10             column in the database as a <see cref="F:System.String.Empty">String.Empty</see>
11             and writes a <see cref="F:System.String.Empty">String.Empty</see> to the database
12             as <see langword="null"/>.
13             </summary>
14             <remarks>
15             This is intended to help with Windows Forms DataBinding and the problems associated
16             with binding a null value.  See <a href="http://jira.nhibernate.org/browse/NH-279">
17             NH-279</a> for the origin of this code.
18             </remarks>
19         </member>
20         <member name="T:Nullables.NHibernate.EmptyStringType">
21             <summary>
22             An <see cref="T:NHibernate.UserTypes.IUserType"/> that reads a <see langword="null"/> value from an <c>string</c>
23             column in the database as a <see cref="F:System.String.Empty">String.Empty</see>
24             and writes a <see cref="F:System.String.Empty">String.Empty</see> to the database
25             as <see langword="null"/>.
26             </summary>
27             <remarks>
28             This is intended to help with Windows Forms DataBinding and the problems associated
29             with binding a null value.  See <a href="http://jira.nhibernate.org/browse/NH-279">
30             NH-279</a> for the origin of this code.
31             </remarks>
32         </member>
33         <member name="T:Nullables.NHibernate.NullableBooleanType">
34             <summary>
35             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableBoolean"/>.
36             </summary>
37         </member>
38         <member name="T:Nullables.NHibernate.NullableTypesType">
39             <summary>
40             Abstract type used for implementing NHibernate <see cref="T:NHibernate.Type.IType"/>s for 
41             the Nullables library.
42             </summary>
43         </member>
44         <member name="T:Nullables.NHibernate.NullableByteType">
45             <summary>
46             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableByte"/>.
47             </summary>
48         </member>
49         <member name="T:Nullables.NHibernate.NullableCharType">
50             <summary>
51             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableChar"/>.
52             </summary>
53         </member>
54         <member name="T:Nullables.NHibernate.NullableDateTimeType">
55             <summary>
56             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDateTime"/>.
57             </summary>
58         </member>
59         <member name="T:Nullables.NHibernate.NullableDecimalType">
60             <summary>
61             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDecimal"/>.
62             </summary>
63         </member>
64         <member name="T:Nullables.NHibernate.NullableDoubleType">
65             <summary>
66             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDouble"/>.
67             </summary>
68         </member>
69         <member name="T:Nullables.NHibernate.NullableGuidType">
70             <summary>
71             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableGuid"/>.
72             </summary>
73         </member>
74         <member name="T:Nullables.NHibernate.NullableInt16Type">
75             <summary>
76             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt16"/>.
77             </summary>
78         </member>
79         <member name="T:Nullables.NHibernate.NullableInt32Type">
80             <summary>
81             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt32"/>.
82             </summary>
83         </member>
84         <member name="T:Nullables.NHibernate.NullableInt64Type">
85             <summary>
86             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt64"/>.
87             </summary>
88         </member>
89         <member name="T:Nullables.NHibernate.NullableSByteType">
90             <summary>
91             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableSByte"/>.
92             </summary>
93         </member>
94         <member name="T:Nullables.NHibernate.NullableSingleType">
95             <summary>
96             A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableSingle"/>.
97             </summary>
98         </member>
99         <member name="T:Nullables.NHibernate.NullablesTypes">
100             <summary>
101             Summary description for NullablesTypes.
102             </summary>
103         </member>
104         <member name="F:Nullables.NHibernate.NullablesTypes.NullableBoolean">
105             <summary>
106             Nullables.NHibernate.NullableBoolean type
107             </summary>
108         </member>
109         <member name="F:Nullables.NHibernate.NullablesTypes.NullableByte">
110             <summary>
111             Nullables.NHibernate.NullableByte type
112             </summary>
113         </member>
114         <member name="F:Nullables.NHibernate.NullablesTypes.NullableDouble">
115             <summary>
116             Nullables.NHibernate.NullableDouble type
117             </summary>
118         </member>
119         <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt16">
120             <summary>
121             Nullables.NHibernate.NullableInt16 type
122             </summary>
123         </member>
124         <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt32">
125             <summary>
126             Nullables.NHibernate.NullableInt32 type
127             </summary>
128         </member>
129         <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt64">
130             <summary>
131             Nullables.NHibernate.NullableInt64 type
132             </summary>
133         </member>
134         <member name="F:Nullables.NHibernate.NullablesTypes.NullableDecimal">
135             <summary>
136             Nullables.NHibernate.NullableDecimal type
137             </summary>
138         </member>
139         <member name="F:Nullables.NHibernate.NullablesTypes.NullableDateTime">
140             <summary>
141             Nullables.NHibernate.NullableDateTime type
142             </summary>
143         </member>
144         <member name="F:Nullables.NHibernate.NullablesTypes.NullableSingle">
145             <summary>
146             Nullables.NHibernate.NullableSingle type
147             </summary>
148         </member>
149         <member name="F:Nullables.NHibernate.NullablesTypes.NullableGuid">
150             <summary>
151             Nullables.NHibernate.NullableGuid type
152             </summary>
153         </member>
154     </members>
155 </doc>