C# 클래스 GBD.IdahoIdRepo

파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI

공개 메소드들

메소드 설명
AddSingleMsId ( string catalogId, string idahoId ) : void
AddSinglePanId ( string catalogId, string idahoId ) : void
ClearMsRepo ( ) : void
ClearPanRepo ( ) : void
GetMsIdahoIds ( string catalogId ) : HashSet
GetPanIdahoIds ( string catalogId ) : HashSet

비공개 메소드들

메소드 설명
AddSingleId ( string catalogId, string idahoId, string colorInterp, object lockObject ) : void
IdahoIdRepo ( ) : System.Collections.Generic

메소드 상세

AddSingleMsId() 공개 정적인 메소드

public static AddSingleMsId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
리턴 void

AddSinglePanId() 공개 정적인 메소드

public static AddSinglePanId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
리턴 void

ClearMsRepo() 공개 정적인 메소드

public static ClearMsRepo ( ) : void
리턴 void

ClearPanRepo() 공개 정적인 메소드

public static ClearPanRepo ( ) : void
리턴 void

GetMsIdahoIds() 공개 정적인 메소드

public static GetMsIdahoIds ( string catalogId ) : HashSet
catalogId string
리턴 HashSet

GetPanIdahoIds() 공개 정적인 메소드

public static GetPanIdahoIds ( string catalogId ) : HashSet
catalogId string
리턴 HashSet