London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class LocalDiskEntityObjectPlugin

Represents local disk entity object plugin.

Inheritance
System.Object
LocalDiskEntityObjectPlugin
Implements
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
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public sealed class LocalDiskEntityObjectPlugin : IPlugin

Constructors

LocalDiskEntityObjectPlugin()

Initializes a new instance of the LocalDiskEntityObjectPlugin class.

Declaration
public LocalDiskEntityObjectPlugin()

Fields

EntityObjectsDirs

Declaration
public const string EntityObjectsDirs = "EntityObjects"
Field Value
Type Description
System.String

IsLoadDiskEntityPropertyName

Declaration
public const string IsLoadDiskEntityPropertyName = "McBusiness_IsLoadDiskEntity"
Field Value
Type Description
System.String

RootFolderAppSettingName

Declaration
public const string RootFolderAppSettingName = "LocalDiskEntityObjectFolder"
Field Value
Type Description
System.String

Methods

Execute(BusinessContext)

Executes the specified context.

Declaration
public void Execute(BusinessContext context)
Parameters
Type Name Description
BusinessContext context

The context.

Implements