C# 클래스 EtoolTech.MongoDB.Mapper.Configuration.ConfigManager

파일 보기 프로젝트 열기: emiliotorrens/MongoMapper.NET

Private Properties

프로퍼티 타입 설명
CleanObjName string
FindByObjName EtoolTech.MongoDB.Mapper.Configuration.MongoMapperConfigurationElement
GetConfigurationKey string
GetConfigurationKeyModeEnum ConfigurationKeyModeEnum
GetConfigurationKeyPathIndex int

공개 메소드들

메소드 설명
DataBaseName ( string ObjName ) : string
EnableOriginalObject ( string ObjName ) : bool
ExceptionOnDuplicateKey ( string ObjName ) : bool
GetClientSettings ( string ObjName ) : MongoClientSettings
GetConfigurationKey ( ) : string
MaxDocumentSize ( string ObjName ) : int
OverrideUrlString ( string UrlString ) : void
SetGlobalCompanyKey ( string CompanyKey ) : void
Url ( string ObjName ) : string
UseChildIncrementalId ( string ObjName ) : bool
UseIncrementalId ( string ObjName ) : bool

비공개 메소드들

메소드 설명
CleanObjName ( string ObjName ) : string
FindByObjName ( string ObjName ) : EtoolTech.MongoDB.Mapper.Configuration.MongoMapperConfigurationElement
GetConfigurationKey ( Uri UrlRequest ) : string
GetConfigurationKeyModeEnum ( ) : ConfigurationKeyModeEnum
GetConfigurationKeyPathIndex ( ) : int

메소드 상세

DataBaseName() 공개 정적인 메소드

public static DataBaseName ( string ObjName ) : string
ObjName string
리턴 string

EnableOriginalObject() 공개 정적인 메소드

public static EnableOriginalObject ( string ObjName ) : bool
ObjName string
리턴 bool

ExceptionOnDuplicateKey() 공개 정적인 메소드

public static ExceptionOnDuplicateKey ( string ObjName ) : bool
ObjName string
리턴 bool

GetClientSettings() 공개 정적인 메소드

public static GetClientSettings ( string ObjName ) : MongoClientSettings
ObjName string
리턴 MongoDB.Driver.MongoClientSettings

GetConfigurationKey() 공개 정적인 메소드

public static GetConfigurationKey ( ) : string
리턴 string

MaxDocumentSize() 공개 정적인 메소드

public static MaxDocumentSize ( string ObjName ) : int
ObjName string
리턴 int

OverrideUrlString() 공개 정적인 메소드

public static OverrideUrlString ( string UrlString ) : void
UrlString string
리턴 void

SetGlobalCompanyKey() 공개 정적인 메소드

public static SetGlobalCompanyKey ( string CompanyKey ) : void
CompanyKey string
리턴 void

Url() 공개 정적인 메소드

public static Url ( string ObjName ) : string
ObjName string
리턴 string

UseChildIncrementalId() 공개 정적인 메소드

public static UseChildIncrementalId ( string ObjName ) : bool
ObjName string
리턴 bool

UseIncrementalId() 공개 정적인 메소드

public static UseIncrementalId ( string ObjName ) : bool
ObjName string
리턴 bool