Class SaveActionExtensions
This type/member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Extension methods to work with EPiServer.DataAccess.SaveAction.
Inheritance
System.Object
SaveActionExtensions
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: EPiServer.Commerce.Catalog.Provider.Internal
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public static class SaveActionExtensions
Methods
GetPrimaryAction(SaveAction)
Gets the primary action of a combined save action.
Declaration
public static SaveAction GetPrimaryAction(this SaveAction action)
Parameters
Type | Name | Description |
---|---|---|
EPiServer.DataAccess.SaveAction | action |
Returns
Type | Description |
---|---|
EPiServer.DataAccess.SaveAction |