Property | 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 |
Method | 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 |
Method | 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.
|
public static EnsureSystemIsInitialized ( ) : void | ||
return | void |
public static SetEavConnectionString ( ) : void | ||
return | void |
public static string AttributeSetScopeApps | ||
return | string |
public static string AttributeSetStaticNameAppResources | ||
return | string |
public static string AttributeSetStaticNameAppSettings | ||
return | string |
public static string AttributeSetStaticNameApps | ||
return | string |
public static string AttributeSetStaticNameTemplateMetaData | ||
return | string |
public static string ContentGroupGuidString | ||
return | string |
public static string PortalHostDirectory | ||
return | string |
public static string PortalSettingsPrefix | ||
return | string |
public static string PreviewTemplateIdString | ||
return | string |
public static string SettingsShowTemplateChooser | ||
return | string |
public static string SexyContentGroupName | ||
return | string |
public static string TemporaryDirectory | ||
return | string |