Свойство | Тип | Описание | |
---|---|---|---|
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.
|
public static EnsureSystemIsInitialized ( ) : void | ||
Результат | void |
public static SetEavConnectionString ( ) : void | ||
Результат | void |
public static string AttributeSetScope | ||
Результат | string |
public static string AttributeSetScopeApps | ||
Результат | string |
public static string AttributeSetStaticNameAppResources | ||
Результат | string |
public static string AttributeSetStaticNameAppSettings | ||
Результат | string |
public static string AttributeSetStaticNameApps | ||
Результат | string |
public static string AttributeSetStaticNameTemplateMetaData | ||
Результат | string |
public static string ContentGroupGuidString | ||
Результат | string |
public static string PortalHostDirectory | ||
Результат | string |
public static string PortalSettingsPrefix | ||
Результат | string |
public static string PreviewTemplateIdString | ||
Результат | string |
public static string SettingsShowTemplateChooser | ||
Результат | string |
public static string SexyContentGroupName | ||
Результат | string |
public static string TemporaryDirectory | ||
Результат | string |
public static string ToSexyDirectory | ||
Результат | string |
public static Version,System Version | ||
Результат | System.Version |
public static string WebConfigFileName | ||
Результат | string |