C# Class ToSic.SexyContent.Settings

Afficher le fichier Open project: 2sic/2sxc

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

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

Private Methods

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

Method Details

EnsureSystemIsInitialized() public static méthode

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
Résultat void

SetEavConnectionString() public static méthode

public static SetEavConnectionString ( ) : void
Résultat void

Property Details

AppIDString public_oe static_oe property

public static string AppIDString
Résultat string

AppNameString public_oe static_oe property

public static string AppNameString
Résultat string

AttributeSetScope public_oe static_oe property

public static string AttributeSetScope
Résultat string

AttributeSetScopeApps public_oe static_oe property

public static string AttributeSetScopeApps
Résultat string

AttributeSetStaticNameAppResources public_oe static_oe property

public static string AttributeSetStaticNameAppResources
Résultat string

AttributeSetStaticNameAppSettings public_oe static_oe property

public static string AttributeSetStaticNameAppSettings
Résultat string

AttributeSetStaticNameApps public_oe static_oe property

public static string AttributeSetStaticNameApps
Résultat string

AttributeSetStaticNameTemplateMetaData public_oe static_oe property

public static string AttributeSetStaticNameTemplateMetaData
Résultat string

ContentGroupGuidString public_oe static_oe property

public static string ContentGroupGuidString
Résultat string

ModuleVersion public_oe static_oe property

public static string ModuleVersion
Résultat string

PortalHostDirectory public_oe static_oe property

public static string PortalHostDirectory
Résultat string

PortalSettingsPrefix public_oe static_oe property

public static string PortalSettingsPrefix
Résultat string

PreviewTemplateIdString public_oe static_oe property

public static string PreviewTemplateIdString
Résultat string

SettingsShowTemplateChooser public_oe static_oe property

public static string SettingsShowTemplateChooser
Résultat string

SexyContentGroupName public_oe static_oe property

public static string SexyContentGroupName
Résultat string

TemplateFolder public_oe static_oe property

public static string TemplateFolder
Résultat string

TemporaryDirectory public_oe static_oe property

public static string TemporaryDirectory
Résultat string

ToSexyDirectory public_oe static_oe property

public static string ToSexyDirectory
Résultat string

Version public_oe static_oe property

public static Version,System Version
Résultat System.Version

WebConfigFileName public_oe static_oe property

public static string WebConfigFileName
Résultat string

WebConfigTemplatePath public_oe static_oe property

public static string WebConfigTemplatePath
Résultat string