Summary for the ActiveHelper<T> class

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
public static class ActiveHelper<T>
where T : new(), RecordBase<T>
Visual Basic (Declaration)
Public NotInheritable Class ActiveHelper(Of T As {New, RecordBase(Of T)})
Visual C++
generic<typename T>
where T : gcnew(), RecordBase<T>
public ref class ActiveHelper abstract sealed

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:SubSonic.ActiveHelper`1"]

Inheritance Hierarchy

System..::.Object
  SubSonic..::.ActiveHelper<(Of <(T>)>)

See Also