Method | Description | |
---|---|---|
With ( string assemblyName = null, string name = null, string interfaceName = null, string @namespace = null, string informationalVersion = null ) : |
Initializes a new instance of the ClientMetadata class, based on the current instance. Parameters with a given value will override the current value; the others will have their value from the current instance.
|
Method | Description | |
---|---|---|
ClientMetadata ( string assemblyName = "Client", string name = "Client", string interfaceName = "IClient", string @namespace = "Client", string informationalVersion = "1.0.0.0" ) : System |
Initializes a new instance of the ClientMetadata class.
|
Method | Description | |
---|---|---|
IsRunningOnMono ( ) : bool |
Check whether we are running on Mono runtime.
|
|
ValidateIdentifiers ( CodeObject>.IEnumerable |
protected ClientMetadata ( string assemblyName = "Client", string name = "Client", string interfaceName = "IClient", string @namespace = "Client", string informationalVersion = "1.0.0.0" ) : System | ||
assemblyName | string | The name of the generated assembly. Default set to "Client". |
name | string | The name of the REST client |
interfaceName | string | The name of the REST client |
@namespace | string | |
informationalVersion | string | The informational version of the generated assembly. Defaults to 1.0.0.0. |
return | System |
public With ( string assemblyName = null, string name = null, string interfaceName = null, string @namespace = null, string informationalVersion = null ) : |
||
assemblyName | string | The name of the generated assembly. Default set to "Client". |
name | string | The name of the REST client |
interfaceName | string | The name of the REST client |
@namespace | string | |
informationalVersion | string | The informational version of the generated assembly. Defaults to 1.0.0.0. |
return |