C# Class com.openrest.v1_1.GetAppMappedObjectRequest

Inheritance: Request
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство Type Description
appId AppId
fields IList
full bool?

Méthodes publiques

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

Method Details

GetAppMappedObjectRequest() public méthode

public GetAppMappedObjectRequest ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetAppMappedObjectRequest() public méthode

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

Property Details

appId public_oe property

public AppId,com.openrest.v1_1 appId
Résultat AppId

fields public_oe property

public IList fields
Résultat IList

full public_oe property

public bool? full
Résultat bool?