C# Class GBD.IdahoIdRepo

Show file Open project: DigitalGlobe/DGConnect-ESRI

Public Methods

Method Description
AddSingleMsId ( string catalogId, string idahoId ) : void
AddSinglePanId ( string catalogId, string idahoId ) : void
ClearMsRepo ( ) : void
ClearPanRepo ( ) : void
GetMsIdahoIds ( string catalogId ) : HashSet
GetPanIdahoIds ( string catalogId ) : HashSet

Private Methods

Method Description
AddSingleId ( string catalogId, string idahoId, string colorInterp, object lockObject ) : void
IdahoIdRepo ( ) : System.Collections.Generic

Method Details

AddSingleMsId() public static method

public static AddSingleMsId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
return void

AddSinglePanId() public static method

public static AddSinglePanId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
return void

ClearMsRepo() public static method

public static ClearMsRepo ( ) : void
return void

ClearPanRepo() public static method

public static ClearPanRepo ( ) : void
return void

GetMsIdahoIds() public static method

public static GetMsIdahoIds ( string catalogId ) : HashSet
catalogId string
return HashSet

GetPanIdahoIds() public static method

public static GetPanIdahoIds ( string catalogId ) : HashSet
catalogId string
return HashSet