Class RecentReferenceModuleConfigurator
Represents recent reference module configurator.
Inheritance
System.Object
RecentReferenceModuleConfigurator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public sealed class RecentReferenceModuleConfigurator : IModuleConfigurator, IModuleSchemaElementHandler, ISchemaElementHandler
Constructors
RecentReferenceModuleConfigurator()
Declaration
public RecentReferenceModuleConfigurator()
Explicit Interface Implementations
ISchemaElementHandler.AfterWriteElements(XmlWriter, String[], String)
Declaration
void ISchemaElementHandler.AfterWriteElements(XmlWriter writer, string[] parentKeys, string containerId)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|
System.String[] |
parentKeys |
|
System.String |
containerId |
|
ISchemaElementHandler.BeforeWriteElements(XmlWriter, String[], String)
Declaration
void ISchemaElementHandler.BeforeWriteElements(XmlWriter writer, string[] parentKeys, string containerId)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
writer |
|
System.String[] |
parentKeys |
|
System.String |
containerId |
|
ISchemaElementHandler.ExecuteCommand(SyncCommand)
Declaration
void ISchemaElementHandler.ExecuteCommand(SyncCommand cmd)
Parameters
ISchemaElementHandler.GetAvailableElements(String[], String, AccessLevel)
Declaration
MetaModelElement[] ISchemaElementHandler.GetAvailableElements(string[] parentKeys, string containerId, AccessLevel outputLevel)
Parameters
Type |
Name |
Description |
System.String[] |
parentKeys |
|
System.String |
containerId |
|
AccessLevel |
outputLevel |
|
Returns
ISchemaElementHandler.GetSyncCommandOrderId(SyncCommand)
Declaration
int ISchemaElementHandler.GetSyncCommandOrderId(SyncCommand cmd)
Parameters
Returns
Type |
Description |
System.Int32 |
|
ISchemaElementHandler.WriteElementProperties(XmlWriter, MetaModelElement)
Declaration
void ISchemaElementHandler.WriteElementProperties(XmlWriter writer, MetaModelElement element)
Parameters
ISchemaElementHandler.WriteEndElement(XmlWriter, MetaModelElement)
Declaration
void ISchemaElementHandler.WriteEndElement(XmlWriter writer, MetaModelElement element)
Parameters
ISchemaElementHandler.WriteStartElement(XmlWriter, MetaModelElement)
Declaration
void ISchemaElementHandler.WriteStartElement(XmlWriter writer, MetaModelElement element)
Parameters
IModuleConfigurator.Activate(MetaClass)
Declaration
void IModuleConfigurator.Activate(MetaClass metaClass)
Parameters
IModuleConfigurator.Deactivate(MetaClass)
Declaration
void IModuleConfigurator.Deactivate(MetaClass metaClass)
Parameters
IModuleConfigurator.GetSchemaElementHandler()
Declaration
IModuleSchemaElementHandler IModuleConfigurator.GetSchemaElementHandler()
Returns
IModuleConfigurator.GetSupportedMethods()
Declaration
MethodInfo[] IModuleConfigurator.GetSupportedMethods()
Returns
IModuleConfigurator.Initialize()
Declaration
void IModuleConfigurator.Initialize()
IModuleConfigurator.Install(AttributeCollection)
Declaration
void IModuleConfigurator.Install(AttributeCollection attributes)
Parameters
IModuleConfigurator.Uninstall()
Declaration
void IModuleConfigurator.Uninstall()
IModuleConfigurator.Update()
Declaration
void IModuleConfigurator.Update()
IModuleSchemaElementHandler.InitializeGlobalStorage(SchemaContainer)
Declaration
void IModuleSchemaElementHandler.InitializeGlobalStorage(SchemaContainer container)
Parameters
IModuleSchemaElementHandler.InitializeMetaClassStorage(SchemaContainer)
Declaration
void IModuleSchemaElementHandler.InitializeMetaClassStorage(SchemaContainer container)
Parameters
Implements