C# 클래스 ToSic.SexyContent.Settings

파일 보기 프로젝트 열기: 2sic/2sxc

공개 프로퍼티들

프로퍼티 타입 설명
AppIDString string
AppNameString string
AttributeSetScope string
AttributeSetScopeApps string
AttributeSetStaticNameAppResources string
AttributeSetStaticNameAppSettings string
AttributeSetStaticNameApps string
AttributeSetStaticNameTemplateMetaData string
ContentGroupGuidString string
ModuleVersion string
PortalHostDirectory string
PortalSettingsPrefix string
PreviewTemplateIdString string
SettingsShowTemplateChooser string
SexyContentGroupName string
TemplateFolder string
TemporaryDirectory string
ToSexyDirectory string
Version System.Version
WebConfigFileName string
WebConfigTemplatePath string

공개 메소드들

메소드 설명
EnsureSystemIsInitialized ( ) : void

This is a placeholder method, please call it in code places where you must ensure that everything is initialized, especially the EAV etc. Reason is that once this object is accessed statically, the (other) static initializer will be called which will take care of all registration This is a minor workaround, I'll try to find a cleaner way to do this some other time Before it happened automatically, because we had all the constants as part of this object...

SetEavConnectionString ( ) : void

비공개 메소드들

메소드 설명
Settings ( ) : System

This is needed so when the application starts, we can configure our IoC container It is automatically executed when the first variable on this class (contstant, static, etc.) is accessed.

메소드 상세

EnsureSystemIsInitialized() 공개 정적인 메소드

This is a placeholder method, please call it in code places where you must ensure that everything is initialized, especially the EAV etc. Reason is that once this object is accessed statically, the (other) static initializer will be called which will take care of all registration This is a minor workaround, I'll try to find a cleaner way to do this some other time Before it happened automatically, because we had all the constants as part of this object...
public static EnsureSystemIsInitialized ( ) : void
리턴 void

SetEavConnectionString() 공개 정적인 메소드

public static SetEavConnectionString ( ) : void
리턴 void

프로퍼티 상세

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

public static string AppIDString
리턴 string

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

public static string AppNameString
리턴 string

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

public static string AttributeSetScope
리턴 string

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

public static string AttributeSetScopeApps
리턴 string

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

public static string AttributeSetStaticNameAppResources
리턴 string

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

public static string AttributeSetStaticNameAppSettings
리턴 string

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

public static string AttributeSetStaticNameApps
리턴 string

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

public static string AttributeSetStaticNameTemplateMetaData
리턴 string

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

public static string ContentGroupGuidString
리턴 string

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

public static string ModuleVersion
리턴 string

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

public static string PortalHostDirectory
리턴 string

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

public static string PortalSettingsPrefix
리턴 string

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

public static string PreviewTemplateIdString
리턴 string

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

public static string SettingsShowTemplateChooser
리턴 string

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

public static string SexyContentGroupName
리턴 string

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

public static string TemplateFolder
리턴 string

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

public static string TemporaryDirectory
리턴 string

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

public static string ToSexyDirectory
리턴 string

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

public static Version,System Version
리턴 System.Version

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

public static string WebConfigFileName
리턴 string

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

public static string WebConfigTemplatePath
리턴 string