C# 클래스 SOSync.CRMConnection

상속: IDisposable
파일 보기 프로젝트 열기: shiftright/amtsync_b2c 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
service IOrganizationService

공개 메소드들

메소드 설명
Dispose ( ) : void
DumpEntityAttributes ( string entity_name ) : void
FindByBaanCode ( string entity_name, string baancode ) : System.Entity
FindRefByBaanCode ( string entity_name, string baancode ) : EntityReference
FindSalesOrderLines ( System.Guid soid ) : EntityCollection
Login ( ) : void
Logout ( ) : void
testService ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DumpEntityAttributes() 공개 메소드

public DumpEntityAttributes ( string entity_name ) : void
entity_name string
리턴 void

FindByBaanCode() 공개 메소드

public FindByBaanCode ( string entity_name, string baancode ) : System.Entity
entity_name string
baancode string
리턴 System.Entity

FindRefByBaanCode() 공개 메소드

public FindRefByBaanCode ( string entity_name, string baancode ) : EntityReference
entity_name string
baancode string
리턴 EntityReference

FindSalesOrderLines() 공개 메소드

public FindSalesOrderLines ( System.Guid soid ) : EntityCollection
soid System.Guid
리턴 EntityCollection

Login() 공개 메소드

public Login ( ) : void
리턴 void

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

testService() 공개 메소드

public testService ( ) : void
리턴 void

프로퍼티 상세

service 공개적으로 프로퍼티

public IOrganizationService service
리턴 IOrganizationService