Click or drag to resize

ModelControllerTGet(String) Method

Gets all records from associated table, filtered to parent key ID if provided

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.158-beta
Syntax
[HttpGetAttribute]
[RouteAttribute("{parentID?}")]
public virtual IHttpActionResult Get(
	string parentID = null
)
View Source

Parameters

parentID  String  (Optional)
Parent ID to be used if Table has a set Parent Key

Return Value

IHttpActionResult
IHttpActionResult containing IEnumerableT or Exception
See Also