C# 클래스 BatchBook.Location

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

공개 메소드들

메소드 설명
CreateOnCompany ( int companyId, 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
CreateOnCompany ( string apiKey, int companyId, 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
CreateOnPerson ( int personId, 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
CreateOnPerson ( string apiKey, int personId, 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
DestroyOnCompany ( int companyId, string label ) : void
DestroyOnCompany ( string apiKey, int companyId, string label ) : void
DestroyOnPerson ( string apiKey, int personId, string label ) : void
GetByCompany ( int companyId, string locationName ) : Location
GetByCompany ( string apiKey, int companyId, string locationName ) : Location
GetByPerson ( int personId, string locationName ) : Location
GetByPerson ( string apiKey, int personId, string locationName ) : Location
ListByCompany ( int companyId ) : BatchBook.Location[]
ListByCompany ( string apiKey, int companyId ) : BatchBook.Location[]
ListByPerson ( int personId ) : BatchBook.Location[]
ListByPerson ( string apiKey, int personId ) : BatchBook.Location[]
UpdateOnCompany ( int companyId, 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
UpdateOnCompany ( string apiKey, int companyId, 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
UpdateOnPerson ( int personId, 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
UpdateOnPerson ( string apiKey, int personId, 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

비공개 메소드들

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

메소드 상세

CreateOnCompany() 공개 정적인 메소드

public static CreateOnCompany ( int companyId, 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
companyId int
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

CreateOnCompany() 공개 정적인 메소드

public static CreateOnCompany ( string apiKey, int companyId, 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
apiKey string
companyId int
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

CreateOnPerson() 공개 정적인 메소드

public static CreateOnPerson ( int personId, 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
personId int
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

CreateOnPerson() 공개 정적인 메소드

public static CreateOnPerson ( string apiKey, int personId, 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
apiKey string
personId int
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

DestroyOnCompany() 공개 정적인 메소드

public static DestroyOnCompany ( int companyId, string label ) : void
companyId int
label string
리턴 void

DestroyOnCompany() 공개 정적인 메소드

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

DestroyOnPerson() 공개 정적인 메소드

public static DestroyOnPerson ( string apiKey, int personId, string label ) : void
apiKey string
personId int
label string
리턴 void

GetByCompany() 공개 정적인 메소드

public static GetByCompany ( int companyId, string locationName ) : Location
companyId int
locationName string
리턴 Location

GetByCompany() 공개 정적인 메소드

public static GetByCompany ( string apiKey, int companyId, string locationName ) : Location
apiKey string
companyId int
locationName string
리턴 Location

GetByPerson() 공개 정적인 메소드

public static GetByPerson ( int personId, string locationName ) : Location
personId int
locationName string
리턴 Location

GetByPerson() 공개 정적인 메소드

public static GetByPerson ( string apiKey, int personId, string locationName ) : Location
apiKey string
personId int
locationName string
리턴 Location

ListByCompany() 공개 정적인 메소드

public static ListByCompany ( int companyId ) : BatchBook.Location[]
companyId int
리턴 BatchBook.Location[]

ListByCompany() 공개 정적인 메소드

public static ListByCompany ( string apiKey, int companyId ) : BatchBook.Location[]
apiKey string
companyId int
리턴 BatchBook.Location[]

ListByPerson() 공개 정적인 메소드

public static ListByPerson ( int personId ) : BatchBook.Location[]
personId int
리턴 BatchBook.Location[]

ListByPerson() 공개 정적인 메소드

public static ListByPerson ( string apiKey, int personId ) : BatchBook.Location[]
apiKey string
personId int
리턴 BatchBook.Location[]

UpdateOnCompany() 공개 정적인 메소드

public static UpdateOnCompany ( int companyId, 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
companyId int
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

UpdateOnCompany() 공개 정적인 메소드

public static UpdateOnCompany ( string apiKey, int companyId, 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
apiKey string
companyId int
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

UpdateOnPerson() 공개 정적인 메소드

public static UpdateOnPerson ( int personId, 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
personId int
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

UpdateOnPerson() 공개 정적인 메소드

public static UpdateOnPerson ( string apiKey, int personId, 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
apiKey string
personId int
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