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

상속: Request
파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
fields IList
organizationId string

공개 메소드들

메소드 설명
GetOrganizationRequest ( ) : System
GetOrganizationRequest ( string organizationId, IList fields ) : System

메소드 상세

GetOrganizationRequest() 공개 메소드

public GetOrganizationRequest ( ) : System
리턴 System

GetOrganizationRequest() 공개 메소드

public GetOrganizationRequest ( string organizationId, IList fields ) : System
organizationId string
fields IList
리턴 System

프로퍼티 상세

fields 공개적으로 프로퍼티

public IList fields
리턴 IList

organizationId 공개적으로 프로퍼티

public string organizationId
리턴 string