Méthode | Description | |
---|---|---|
Cancel ( ) : void | ||
Dev2ReloadResource ( string resourceName, string resourceType ) : void | ||
Dev2SetValue ( string value ) : void |
Méthode | Description | |
---|---|---|
Navigate ( IEnvironmentModel environmentModel, string uri, dynamic jsonArgs, string returnUri ) : void | ||
Save ( IEnvironmentModel environmentModel, dynamic jsonObj ) : void |
Méthode | Description | |
---|---|---|
NavigateBack ( string sourceName ) : void |
public Dev2ReloadResource ( string resourceName, string resourceType ) : void | ||
resourceName | string | |
resourceType | string | |
Résultat | void |
public Dev2SetValue ( string value ) : void | ||
value | string | |
Résultat | void |
protected Navigate ( IEnvironmentModel environmentModel, string uri, dynamic jsonArgs, string returnUri ) : void | ||
environmentModel | IEnvironmentModel | |
uri | string | |
jsonArgs | dynamic | |
returnUri | string | |
Résultat | void |
protected Save ( IEnvironmentModel environmentModel, dynamic jsonObj ) : void | ||
environmentModel | IEnvironmentModel | |
jsonObj | dynamic | |
Résultat | void |