C# Класс ToSic.SexyContent.Settings

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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