C# 클래스 A4LGSharedFunctions.ConfigUtil

파일 보기 프로젝트 열기: Esri/local-government-desktop-addins

공개 프로퍼티들

프로퍼티 타입 설명
fileName string
type string

공개 메소드들

메소드 설명
ChangeConfig ( ConfigEntries LoadedConfig, ConfigEntries ConfigToLoad ) : bool
GetAddLateralsConfig ( ) : List
GetAddLateralsFromMainConfig ( ) : List
GetAddResultsAsLayersOptions ( ) : AddResultsAsLayersOptions
GetAddressCenterlineConfig ( ) : List
GetAllConfigFiles ( bool includeLoaded, string type ) : List
GetAllConfigFilesNames ( bool includeLoaded ) : List
GetAttributeTransferConfig ( ) : List
GetConfigFile ( ) : string
GetConfigValue ( string keyname, bool defaultValue ) : bool
GetConfigValue ( string keyname, double defaultValue ) : double
GetConfigValue ( string keyname, int defaultValue ) : int
GetConfigValue ( string keyname ) : string
GetConfigValue ( string keyname, string defaultValue ) : string
GetConnectClosestConfig ( ) : List
GetCreatePointWithRefConfig ( ) : List
GetCreateTapPointsOnMainConfig ( ) : List
GetFlowAccumConfig ( ) : List
GetHelpFile ( ) : string
GetLayerViewerConfig ( ) : A4LGSharedFunctions.LayerViewerConfig
GetLinePointAtEndsConfig ( ) : List
GetMergeSplitConfig ( ) : List
GetMoveConnectionsConfig ( ) : List
GetProfileGraphConfig ( ) : List
compareConfigValue ( string keyname, string value ) : bool
copyFileContents ( string SourceFile, string TargetFile ) : bool
generateUserCachePath ( ) : string
getInstalledConfig ( string pathToUserProf, bool saveAsBackup ) : string

비공개 메소드들

메소드 설명
KeyExists ( XmlDocument xmlDoc, string strKey ) : bool
getConfigAsXMLDoc ( ) : XmlDocument

메소드 상세

ChangeConfig() 공개 정적인 메소드

public static ChangeConfig ( ConfigEntries LoadedConfig, ConfigEntries ConfigToLoad ) : bool
LoadedConfig ConfigEntries
ConfigToLoad ConfigEntries
리턴 bool

GetAddLateralsConfig() 공개 정적인 메소드

public static GetAddLateralsConfig ( ) : List
리턴 List

GetAddLateralsFromMainConfig() 공개 정적인 메소드

public static GetAddLateralsFromMainConfig ( ) : List
리턴 List

GetAddResultsAsLayersOptions() 공개 정적인 메소드

public static GetAddResultsAsLayersOptions ( ) : AddResultsAsLayersOptions
리턴 AddResultsAsLayersOptions

GetAddressCenterlineConfig() 공개 정적인 메소드

public static GetAddressCenterlineConfig ( ) : List
리턴 List

GetAllConfigFiles() 공개 정적인 메소드

public static GetAllConfigFiles ( bool includeLoaded, string type ) : List
includeLoaded bool
type string
리턴 List

GetAllConfigFilesNames() 공개 정적인 메소드

public static GetAllConfigFilesNames ( bool includeLoaded ) : List
includeLoaded bool
리턴 List

GetAttributeTransferConfig() 공개 정적인 메소드

public static GetAttributeTransferConfig ( ) : List
리턴 List

GetConfigFile() 공개 정적인 메소드

public static GetConfigFile ( ) : string
리턴 string

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string keyname, bool defaultValue ) : bool
keyname string
defaultValue bool
리턴 bool

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string keyname, double defaultValue ) : double
keyname string
defaultValue double
리턴 double

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string keyname, int defaultValue ) : int
keyname string
defaultValue int
리턴 int

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string keyname ) : string
keyname string
리턴 string

GetConfigValue() 공개 정적인 메소드

public static GetConfigValue ( string keyname, string defaultValue ) : string
keyname string
defaultValue string
리턴 string

GetConnectClosestConfig() 공개 정적인 메소드

public static GetConnectClosestConfig ( ) : List
리턴 List

GetCreatePointWithRefConfig() 공개 정적인 메소드

public static GetCreatePointWithRefConfig ( ) : List
리턴 List

GetCreateTapPointsOnMainConfig() 공개 정적인 메소드

public static GetCreateTapPointsOnMainConfig ( ) : List
리턴 List

GetFlowAccumConfig() 공개 정적인 메소드

public static GetFlowAccumConfig ( ) : List
리턴 List

GetHelpFile() 공개 정적인 메소드

public static GetHelpFile ( ) : string
리턴 string

GetLayerViewerConfig() 공개 정적인 메소드

public static GetLayerViewerConfig ( ) : A4LGSharedFunctions.LayerViewerConfig
리턴 A4LGSharedFunctions.LayerViewerConfig

GetLinePointAtEndsConfig() 공개 정적인 메소드

public static GetLinePointAtEndsConfig ( ) : List
리턴 List

GetMergeSplitConfig() 공개 정적인 메소드

public static GetMergeSplitConfig ( ) : List
리턴 List

GetMoveConnectionsConfig() 공개 정적인 메소드

public static GetMoveConnectionsConfig ( ) : List
리턴 List

GetProfileGraphConfig() 공개 정적인 메소드

public static GetProfileGraphConfig ( ) : List
리턴 List

compareConfigValue() 공개 정적인 메소드

public static compareConfigValue ( string keyname, string value ) : bool
keyname string
value string
리턴 bool

copyFileContents() 공개 정적인 메소드

public static copyFileContents ( string SourceFile, string TargetFile ) : bool
SourceFile string
TargetFile string
리턴 bool

generateUserCachePath() 공개 정적인 메소드

public static generateUserCachePath ( ) : string
리턴 string

getInstalledConfig() 공개 정적인 메소드

public static getInstalledConfig ( string pathToUserProf, bool saveAsBackup ) : string
pathToUserProf string
saveAsBackup bool
리턴 string

프로퍼티 상세

fileName 공개적으로 정적으로 프로퍼티

public static string fileName
리턴 string

type 공개적으로 정적으로 프로퍼티

public static string type
리턴 string