C# Class com.openrest.v1_1.ClientId

显示文件 Open project: wix/openrest4net Class Usage Examples

Public Properties

Property Type Description
id string
inferred bool?
ns string

Public Methods

Method Description
ClientId ( ) : System
ClientId ( string ns, string id, bool inferred ) : System

Method Details

ClientId() public method

public ClientId ( ) : System
return System

ClientId() public method

public ClientId ( string ns, string id, bool inferred ) : System
ns string
id string
inferred bool
return System

Property Details

id public_oe property

public string id
return string

inferred public_oe property

public bool? inferred
return bool?

ns public_oe property

public string ns
return string