@@ -176,19 +176,13 @@ public override int GetHashCode()
176
176
return GetType ( ) . GetHashCode ( ) ;
177
177
}
178
178
179
- /// <include file='IType.cs.xmldoc'
180
- /// path='//members[@type="IType"]/member[@name="M:IType.DeepCopy"]/*'
181
- /// />
179
+ /// <inheritdoc />
182
180
public abstract object DeepCopy ( object val , ISessionFactoryImplementor factory ) ;
183
181
184
- /// <include file='IType.cs.xmldoc'
185
- /// path='//members[@type="IType"]/member[@name="M:IType.SqlTypes"]/*'
186
- /// />
182
+ /// <inheritdoc />
187
183
public abstract SqlType [ ] SqlTypes ( IMapping mapping ) ;
188
184
189
- /// <include file='IType.cs.xmldoc'
190
- /// path='//members[@type="IType"]/member[@name="M:IType.GetColumnSpan"]/*'
191
- /// />
185
+ /// <inheritdoc />
192
186
public abstract int GetColumnSpan ( IMapping mapping ) ;
193
187
194
188
public virtual object Replace ( object original , object target , ISessionImplementor session , object owner , IDictionary copyCache ,
@@ -255,44 +249,28 @@ public abstract object Replace(object original, object current, ISessionImplemen
255
249
256
250
public abstract bool [ ] ToColumnNullness ( object value , IMapping mapping ) ;
257
251
258
- /// <include file='IType.cs.xmldoc'
259
- /// path='//members[@type="IType"]/member[@name="P:IType.IsMutable"]/*'
260
- /// />
252
+ /// <inheritdoc />
261
253
public abstract bool IsMutable { get ; }
262
254
263
- /// <include file='IType.cs.xmldoc'
264
- /// path='//members[@type="IType"]/member[@name="P:IType.Name"]/*'
265
- /// />
255
+ /// <inheritdoc />
266
256
public abstract string Name { get ; }
267
257
268
- /// <include file='IType.cs.xmldoc'
269
- /// path='//members[@type="IType"]/member[@name="M:IType.NullSafeGet(DbDataReader, string[], ISessionImplementor, object)"]/*'
270
- /// />
258
+ /// <inheritdoc />
271
259
public abstract object NullSafeGet ( DbDataReader rs , string [ ] names , ISessionImplementor session , object owner ) ;
272
260
273
- /// <include file='IType.cs.xmldoc'
274
- /// path='//members[@type="IType"]/member[@name="M:IType.NullSafeGet(DbDataReader, string, ISessionImplementor, object)"]/*'
275
- /// />
261
+ /// <inheritdoc />
276
262
public abstract object NullSafeGet ( DbDataReader rs , string name , ISessionImplementor session , Object owner ) ;
277
263
278
- /// <include file='IType.cs.xmldoc'
279
- /// path='//members[@type="IType"]/member[@name="M:IType.NullSafeSet(settable)"]/*'
280
- /// />
264
+ /// <inheritdoc />
281
265
public abstract void NullSafeSet ( DbCommand st , object value , int index , bool [ ] settable , ISessionImplementor session ) ;
282
266
283
- /// <include file='IType.cs.xmldoc'
284
- /// path='//members[@type="IType"]/member[@name="M:IType.NullSafeSet"]/*'
285
- /// />
267
+ /// <inheritdoc />
286
268
public abstract void NullSafeSet ( DbCommand st , object value , int index , ISessionImplementor session ) ;
287
269
288
- /// <include file='IType.cs.xmldoc'
289
- /// path='//members[@type="IType"]/member[@name="P:IType.ReturnedClass"]/*'
290
- /// />
270
+ /// <inheritdoc />
291
271
public abstract System . Type ReturnedClass { get ; }
292
272
293
- /// <include file='IType.cs.xmldoc'
294
- /// path='//members[@type="IType"]/member[@name="M:IType.ToString"]/*'
295
- /// />
273
+ /// <inheritdoc />
296
274
public abstract string ToLoggableString ( object value , ISessionFactoryImplementor factory ) ;
297
275
298
276
public abstract bool IsDirty ( object old , object current , bool [ ] checkable , ISessionImplementor session ) ;
0 commit comments