[Missing <summary> documentation for "T:NHibernate.Type.AbstractStringType"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public abstract class AbstractStringType : ImmutableType, 
	IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType
Visual Basic
<SerializableAttribute> _
Public MustInherit Class AbstractStringType _
	Inherits ImmutableType _
	Implements IDiscriminatorType, IIdentifierType, IType, ICacheAssembler,  _
	ILiteralType
Visual C++
[SerializableAttribute]
public ref class AbstractStringType abstract : public ImmutableType, 
	IDiscriminatorType, IIdentifierType, IType, ICacheAssembler, ILiteralType

Inheritance Hierarchy

See Also