C# 클래스 FellowshipOne.API.RestClient

상속: Restify.Client
파일 보기 프로젝트 열기: fellowshiptech/fellowshiponeapi-csharp-wrapper

공개 프로퍼티들

프로퍼티 타입 설명
GivingRealm FellowshipOne.API.Realms.Giving
PeopleRealm FellowshipOne.API.Realms.Person

Private Properties

프로퍼티 타입 설명
BuildTicket F1OAuthTicket
BuildTicket F1OAuthTicket
SecureStringToString String
SetProperties void

공개 메소드들

메소드 설명
Authorize ( F1OAuthTicket ticket, string username, string password, LoginType loginType, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
Authorize ( F1OAuthTicket ticket, string username, string password, LoginType loginType, string baseUrl, bool isSecure = false, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
ExchangeRequestToken ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
GetRequestToken ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
RestClient ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : System
RestClient ( F1OAuthTicket ticket, string baseUrl, bool isSecure = false, bool useDemo = false ) : System

비공개 메소드들

메소드 설명
BuildTicket ( F1OAuthTicket ticket, string authUrl ) : F1OAuthTicket
BuildTicket ( F1OAuthTicket ticket, string username, string password, Restify.Client client, string authUrl ) : F1OAuthTicket
SecureStringToString ( SecureString value ) : String
SetProperties ( F1OAuthTicket ticket, bool useDemo, string baseUrl ) : void

메소드 상세

Authorize() 공개 정적인 메소드

public static Authorize ( F1OAuthTicket ticket, string username, string password, LoginType loginType, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
ticket F1OAuthTicket
username string
password string
loginType LoginType
isStaging bool
useDemo bool
리턴 F1OAuthTicket

Authorize() 공개 정적인 메소드

public static Authorize ( F1OAuthTicket ticket, string username, string password, LoginType loginType, string baseUrl, bool isSecure = false, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
ticket F1OAuthTicket
username string
password string
loginType LoginType
baseUrl string
isSecure bool
isStaging bool
useDemo bool
리턴 F1OAuthTicket

ExchangeRequestToken() 공개 정적인 메소드

public static ExchangeRequestToken ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
ticket F1OAuthTicket
isStaging bool
useDemo bool
리턴 F1OAuthTicket

GetRequestToken() 공개 정적인 메소드

public static GetRequestToken ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : F1OAuthTicket
ticket F1OAuthTicket
isStaging bool
useDemo bool
리턴 F1OAuthTicket

RestClient() 공개 메소드

public RestClient ( F1OAuthTicket ticket, bool isStaging = false, bool useDemo = false ) : System
ticket F1OAuthTicket
isStaging bool
useDemo bool
리턴 System

RestClient() 공개 메소드

public RestClient ( F1OAuthTicket ticket, string baseUrl, bool isSecure = false, bool useDemo = false ) : System
ticket F1OAuthTicket
baseUrl string
isSecure bool
useDemo bool
리턴 System

프로퍼티 상세

GivingRealm 공개적으로 프로퍼티

public FellowshipOne.API.Realms.Giving GivingRealm
리턴 FellowshipOne.API.Realms.Giving

PeopleRealm 공개적으로 프로퍼티

public FellowshipOne.API.Realms.Person PeopleRealm
리턴 FellowshipOne.API.Realms.Person