C# 클래스 com.openrest.v1_1.User

파일 보기 프로젝트 열기: wix/openrest4net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fwdIpAddresses string
id string
idIsInferred bool?
ipAddress string

공개 메소드들

메소드 설명
User ( ) : System
User ( string id, string ipAddress, string fwdIpAddresses ) : System

메소드 상세

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( string id, string ipAddress, string fwdIpAddresses ) : System
id string
ipAddress string
fwdIpAddresses string
리턴 System

프로퍼티 상세

fwdIpAddresses 공개적으로 프로퍼티

public string fwdIpAddresses
리턴 string

id 공개적으로 프로퍼티

public string id
리턴 string

idIsInferred 공개적으로 프로퍼티

public bool? idIsInferred
리턴 bool?

ipAddress 공개적으로 프로퍼티

public string ipAddress
리턴 string