HyperActive
BaseTypeName Property
NamespacesHyperActive.Core.GeneratorsActiveRecordGeneratorBaseTypeName
Gets or sets the name of the type that all generated ActiveRecord classes will inherit. It's assumed that the type is generic.
Declaration Syntax
C#Visual BasicVisual C++
public string BaseTypeName { get; set; }
Public Property BaseTypeName As String
public:
property String^ BaseTypeName {
	String^ get ();
	void set (String^ value);
}

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)