C# 클래스 Groves.FakeMarkupExtensions.CustomResourceRequestInfo

Wrapper class for the request information
파일 보기 프로젝트 열기: tomzorz/Groves 1 사용 예제들

공개 메소드들

메소드 설명
CustomResourceRequestInfo ( string resourceId, string objectType, string propertyName, string propertyType )

Constructor

메소드 상세

CustomResourceRequestInfo() 공개 메소드

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