C# Class com.openrest.v1_1.GetAppMappedObjectRequest

Inheritance: Request
显示文件 Open project: wix/openrest4net

Public Properties

Property Type Description
appId AppId
fields IList
full bool?

Public Methods

Method Description
GetAppMappedObjectRequest ( ) : System.Collections.Generic
GetAppMappedObjectRequest ( AppId appId, bool full, IList fields ) : System.Collections.Generic

Method Details

GetAppMappedObjectRequest() public method

public GetAppMappedObjectRequest ( ) : System.Collections.Generic
return System.Collections.Generic

GetAppMappedObjectRequest() public method

public GetAppMappedObjectRequest ( AppId appId, bool full, IList fields ) : System.Collections.Generic
appId AppId
full bool
fields IList
return System.Collections.Generic

Property Details

appId public_oe property

public AppId,com.openrest.v1_1 appId
return AppId

fields public_oe property

public IList fields
return IList

full public_oe property

public bool? full
return bool?