메소드 | 설명 | |
---|---|---|
BaseAddress ( ) : System |
Default Constructor
|
|
BaseAddress ( string line1, string city, string countryCode ) : System |
Constructor with arguments
|
|
CreateInstance ( string>.Dictionary |
Factory method for creating new object instances. For use by the de-serialization classes only.
|
|
ToNVPString ( string prefix ) : string |
public BaseAddress ( string line1, string city, string countryCode ) : System | ||
line1 | string | |
city | string | |
countryCode | string | |
리턴 | System |
public static CreateInstance ( string>.Dictionary |
||
map | string>.Dictionary | NVP map as returned by an API call |
prefix | string | NVP prefix for this class in the response |
index | int | For array elements, index of this element in the response |
리턴 |