C# 클래스 BatchBook.Company

상속: Contact
파일 보기 프로젝트 열기: batchblue/batchbook-net

공개 메소드들

메소드 설명
AddLocation ( string label, bool isPrimary, string email, string website, string phone, string cell, string fax, string street1, string street2, string city, string state, string postalCode, string country ) : void
Create ( string name, string notes ) : int
Create ( string apiKey, string name, string notes ) : int
Destroy ( int companyId ) : void
Destroy ( string apiKey, int companyId ) : void
Get ( int companyId ) : Company
Get ( string apiKey, int companyId ) : Company
GetCommunications ( string apiKey ) : BatchBook.Communication[]
GetPeople ( string apiKey ) : BatchBook.Person[]
GetTodos ( string apiKey ) : BatchBook.Todo[]
List ( int limit, int offset ) : BatchBook.Company[]
List ( string apiKey, int limit, int offset ) : BatchBook.Company[]
Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[]
Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[]
Update ( int companyId, string name, string notes ) : void
Update ( string apiKey, int companyId, string name, string notes ) : void

비공개 메소드들

메소드 설명
BuildList ( XmlReader rdr ) : BatchBook.Company[]
Company ( XmlReader rdr ) : System

메소드 상세

AddLocation() 공개 메소드

public AddLocation ( string label, bool isPrimary, string email, string website, string phone, string cell, string fax, string street1, string street2, string city, string state, string postalCode, string country ) : void
label string
isPrimary bool
email string
website string
phone string
cell string
fax string
street1 string
street2 string
city string
state string
postalCode string
country string
리턴 void

Create() 공개 정적인 메소드

public static Create ( string name, string notes ) : int
name string
notes string
리턴 int

Create() 공개 정적인 메소드

public static Create ( string apiKey, string name, string notes ) : int
apiKey string
name string
notes string
리턴 int

Destroy() 공개 정적인 메소드

public static Destroy ( int companyId ) : void
companyId int
리턴 void

Destroy() 공개 정적인 메소드

public static Destroy ( string apiKey, int companyId ) : void
apiKey string
companyId int
리턴 void

Get() 공개 정적인 메소드

public static Get ( int companyId ) : Company
companyId int
리턴 Company

Get() 공개 정적인 메소드

public static Get ( string apiKey, int companyId ) : Company
apiKey string
companyId int
리턴 Company

GetCommunications() 공개 메소드

public GetCommunications ( string apiKey ) : BatchBook.Communication[]
apiKey string
리턴 BatchBook.Communication[]

GetPeople() 공개 메소드

public GetPeople ( string apiKey ) : BatchBook.Person[]
apiKey string
리턴 BatchBook.Person[]

GetTodos() 공개 메소드

public GetTodos ( string apiKey ) : BatchBook.Todo[]
apiKey string
리턴 BatchBook.Todo[]

List() 공개 정적인 메소드

public static List ( int limit, int offset ) : BatchBook.Company[]
limit int
offset int
리턴 BatchBook.Company[]

List() 공개 정적인 메소드

public static List ( string apiKey, int limit, int offset ) : BatchBook.Company[]
apiKey string
limit int
offset int
리턴 BatchBook.Company[]

Search() 공개 정적인 메소드

public static Search ( string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[]
name string
email string
updatedSince System.DateTime
tag string
state string
리턴 BatchBook.Company[]

Search() 공개 정적인 메소드

public static Search ( string apiKey, string name, string email, System.DateTime updatedSince, string tag, string state ) : BatchBook.Company[]
apiKey string
name string
email string
updatedSince System.DateTime
tag string
state string
리턴 BatchBook.Company[]

Update() 공개 정적인 메소드

public static Update ( int companyId, string name, string notes ) : void
companyId int
name string
notes string
리턴 void

Update() 공개 정적인 메소드

public static Update ( string apiKey, int companyId, string name, string notes ) : void
apiKey string
companyId int
name string
notes string
리턴 void