[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetShortClassName(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping)"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string GetShortClassName(
	this Type type,
	HbmMapping mapDoc
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetShortClassName ( _
	type As Type, _
	mapDoc As HbmMapping _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ GetShortClassName(
	Type^ type, 
	HbmMapping^ mapDoc
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetShortClassName(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping)"]

mapDoc
Type: NHibernate.Cfg.MappingSchema..::..HbmMapping

[Missing <param name="mapDoc"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetShortClassName(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.Impl.TypeNameUtil.GetShortClassName(System.Type,NHibernate.Cfg.MappingSchema.HbmMapping)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also