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()
Namespace: Mediachase.Commerce.Core.RecentReferenceHistory
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public sealed class RecentReferenceModuleConfigurator : IModuleConfigurator, IModuleSchemaElementHandler, ISchemaElementHandler

Constructors

RecentReferenceModuleConfigurator()

Initializes a new instance of the RecentReferenceModuleConfigurator class.

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
Type Name Description
SyncCommand cmd

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
Type Description
MetaModelElement[]

ISchemaElementHandler.GetSyncCommandOrderId(SyncCommand)

Declaration
int ISchemaElementHandler.GetSyncCommandOrderId(SyncCommand cmd)
Parameters
Type Name Description
SyncCommand cmd
Returns
Type Description
System.Int32

ISchemaElementHandler.WriteElementProperties(XmlWriter, MetaModelElement)

Declaration
void ISchemaElementHandler.WriteElementProperties(XmlWriter writer, MetaModelElement element)
Parameters
Type Name Description
System.Xml.XmlWriter writer
MetaModelElement element

ISchemaElementHandler.WriteEndElement(XmlWriter, MetaModelElement)

Declaration
void ISchemaElementHandler.WriteEndElement(XmlWriter writer, MetaModelElement element)
Parameters
Type Name Description
System.Xml.XmlWriter writer
MetaModelElement element

ISchemaElementHandler.WriteStartElement(XmlWriter, MetaModelElement)

Declaration
void ISchemaElementHandler.WriteStartElement(XmlWriter writer, MetaModelElement element)
Parameters
Type Name Description
System.Xml.XmlWriter writer
MetaModelElement element

IModuleConfigurator.Activate(MetaClass)

Declaration
void IModuleConfigurator.Activate(MetaClass metaClass)
Parameters
Type Name Description
MetaClass metaClass

IModuleConfigurator.Deactivate(MetaClass)

Declaration
void IModuleConfigurator.Deactivate(MetaClass metaClass)
Parameters
Type Name Description
MetaClass metaClass

IModuleConfigurator.GetSchemaElementHandler()

Declaration
IModuleSchemaElementHandler IModuleConfigurator.GetSchemaElementHandler()
Returns
Type Description
IModuleSchemaElementHandler

IModuleConfigurator.GetSupportedMethods()

Declaration
MethodInfo[] IModuleConfigurator.GetSupportedMethods()
Returns
Type Description
MethodInfo[]

IModuleConfigurator.Initialize()

Declaration
void IModuleConfigurator.Initialize()

IModuleConfigurator.Install(AttributeCollection)

Installs this instance.

Declaration
void IModuleConfigurator.Install(AttributeCollection attributes)
Parameters
Type Name Description
AttributeCollection attributes

The attributes.

IModuleConfigurator.Uninstall()

Declaration
void IModuleConfigurator.Uninstall()

IModuleConfigurator.Update()

Declaration
void IModuleConfigurator.Update()

IModuleSchemaElementHandler.InitializeGlobalStorage(SchemaContainer)

Declaration
void IModuleSchemaElementHandler.InitializeGlobalStorage(SchemaContainer container)
Parameters
Type Name Description
SchemaContainer container

IModuleSchemaElementHandler.InitializeMetaClassStorage(SchemaContainer)

Declaration
void IModuleSchemaElementHandler.InitializeMetaClassStorage(SchemaContainer container)
Parameters
Type Name Description
SchemaContainer container

Implements