4 <name>Nullables.NHibernate</name>
7 <member name="T:Nullables.NHibernate.EmptyAnsiStringType">
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"/>.
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.
20 <member name="T:Nullables.NHibernate.EmptyStringType">
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"/>.
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.
33 <member name="T:Nullables.NHibernate.NullableBooleanType">
35 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableBoolean"/>.
38 <member name="T:Nullables.NHibernate.NullableTypesType">
40 Abstract type used for implementing NHibernate <see cref="T:NHibernate.Type.IType"/>s for
41 the Nullables library.
44 <member name="T:Nullables.NHibernate.NullableByteType">
46 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableByte"/>.
49 <member name="T:Nullables.NHibernate.NullableCharType">
51 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableChar"/>.
54 <member name="T:Nullables.NHibernate.NullableDateTimeType">
56 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDateTime"/>.
59 <member name="T:Nullables.NHibernate.NullableDecimalType">
61 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDecimal"/>.
64 <member name="T:Nullables.NHibernate.NullableDoubleType">
66 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableDouble"/>.
69 <member name="T:Nullables.NHibernate.NullableGuidType">
71 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableGuid"/>.
74 <member name="T:Nullables.NHibernate.NullableInt16Type">
76 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt16"/>.
79 <member name="T:Nullables.NHibernate.NullableInt32Type">
81 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt32"/>.
84 <member name="T:Nullables.NHibernate.NullableInt64Type">
86 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableInt64"/>.
89 <member name="T:Nullables.NHibernate.NullableSByteType">
91 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableSByte"/>.
94 <member name="T:Nullables.NHibernate.NullableSingleType">
96 A NHibernate <see cref="T:NHibernate.Type.IType"/> for a <see cref="T:Nullables.NullableSingle"/>.
99 <member name="T:Nullables.NHibernate.NullablesTypes">
101 Summary description for NullablesTypes.
104 <member name="F:Nullables.NHibernate.NullablesTypes.NullableBoolean">
106 Nullables.NHibernate.NullableBoolean type
109 <member name="F:Nullables.NHibernate.NullablesTypes.NullableByte">
111 Nullables.NHibernate.NullableByte type
114 <member name="F:Nullables.NHibernate.NullablesTypes.NullableDouble">
116 Nullables.NHibernate.NullableDouble type
119 <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt16">
121 Nullables.NHibernate.NullableInt16 type
124 <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt32">
126 Nullables.NHibernate.NullableInt32 type
129 <member name="F:Nullables.NHibernate.NullablesTypes.NullableInt64">
131 Nullables.NHibernate.NullableInt64 type
134 <member name="F:Nullables.NHibernate.NullablesTypes.NullableDecimal">
136 Nullables.NHibernate.NullableDecimal type
139 <member name="F:Nullables.NHibernate.NullablesTypes.NullableDateTime">
141 Nullables.NHibernate.NullableDateTime type
144 <member name="F:Nullables.NHibernate.NullablesTypes.NullableSingle">
146 Nullables.NHibernate.NullableSingle type
149 <member name="F:Nullables.NHibernate.NullablesTypes.NullableGuid">
151 Nullables.NHibernate.NullableGuid type