Click or drag to resize

ModelControllerT Constructor (Boolean, String, String)

Namespace:  GSF.Web.Model
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.455-beta
Syntax
public ModelController(
	bool hasParent,
	string parentKey,
	string primaryKeyField = "ID"
)
Request Example View Source

Parameters

hasParent
Type: SystemBoolean
Indicates if the Model has a Parent Model.
parentKey
Type: SystemString
The key Associated with the Parent Model.
primaryKeyField (Optional)
Type: SystemString
The Primary Identifier Field for this Model.
See Also