C# Class Groves.FakeMarkupExtensions.CustomResourceRequestInfo

Wrapper class for the request information
显示文件 Open project: tomzorz/Groves Class Usage Examples

Public Methods

Method Description
CustomResourceRequestInfo ( string resourceId, string objectType, string propertyName, string propertyType )

Constructor

Method Details

CustomResourceRequestInfo() public method

Constructor
public CustomResourceRequestInfo ( string resourceId, string objectType, string propertyName, string propertyType )
resourceId string id of the resource
objectType string expected type of the result
propertyName string name of the property where the value is assigned
propertyType string type of the property where the value is assigned