C# Class GBD.IdahoIdRepo

Afficher le fichier Open project: DigitalGlobe/DGConnect-ESRI

Méthodes publiques

Méthode 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

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

Method Details

AddSingleMsId() public static méthode

public static AddSingleMsId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
Résultat void

AddSinglePanId() public static méthode

public static AddSinglePanId ( string catalogId, string idahoId ) : void
catalogId string
idahoId string
Résultat void

ClearMsRepo() public static méthode

public static ClearMsRepo ( ) : void
Résultat void

ClearPanRepo() public static méthode

public static ClearPanRepo ( ) : void
Résultat void

GetMsIdahoIds() public static méthode

public static GetMsIdahoIds ( string catalogId ) : HashSet
catalogId string
Résultat HashSet

GetPanIdahoIds() public static méthode

public static GetPanIdahoIds ( string catalogId ) : HashSet
catalogId string
Résultat HashSet