|
ModelControllerT Constructor (Boolean, String, Boolean, String)
|
Namespace:
GSF.Web.Model
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.3.455-beta
Syntax new :
hasParent : bool *
parentKey : string *
hasUniqueKey : bool *
uniqueKey : string -> ModelController
GSF.Web.Model.ModelController = function(hasParent, parentKey, hasUniqueKey, uniqueKey);
Request Example
View SourceParameters
- hasParent
- Type: SystemBoolean
Indicates if the Model has a Parent Model. - parentKey
- Type: SystemString
The key Associated with the Parent Model. - hasUniqueKey
- Type: SystemBoolean
Indicates if the Model also has a unique Key. - uniqueKey
- Type: SystemString
The Unique Key Field for this Model.
See Also