SaaS CMS has officially launched! Learn more now.

Class DeleteEntityWithDependsRequest

DeleteEntityWithDependsRequest

Inheritance
System.Object
DeleteEntityWithDependsRequest
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.Customers.Request
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class DeleteEntityWithDependsRequest : DeleteRequest

Constructors

DeleteEntityWithDependsRequest(EntityObject)

Initializes a new instance of the DeleteEntityWithDependsRequest class.

Declaration
public DeleteEntityWithDependsRequest(EntityObject target)
Parameters
Type Name Description
EntityObject target

The target.

DeleteEntityWithDependsRequest(EntityObject, eRelatedEntityDeleteMode)

Initializes a new instance of the DeleteEntityWithDependsRequest class.

Declaration
public DeleteEntityWithDependsRequest(EntityObject target, eRelatedEntityDeleteMode deleteMode)
Parameters
Type Name Description
EntityObject target

The target.

eRelatedEntityDeleteMode deleteMode

The delete mode.

DeleteEntityWithDependsRequest(String, PrimaryKeyId, eRelatedEntityDeleteMode)

Initializes a new instance of the DeleteEntityWithDependsRequest class.

Declaration
public DeleteEntityWithDependsRequest(string metaClassName, PrimaryKeyId primaryKeyId, eRelatedEntityDeleteMode deleteMode)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

PrimaryKeyId primaryKeyId

The primary key id.

eRelatedEntityDeleteMode deleteMode

The delete mode.

Fields

Delete_RelatedEntityMode

Declaration
public const string Delete_RelatedEntityMode = "Param_RelatedEntityMode"
Field Value
Type Description
System.String

Properties

DeleteRelatedEntityMode

Gets or sets the delete related entity mode.

Declaration
public eRelatedEntityDeleteMode DeleteRelatedEntityMode { get; set; }
Property Value
Type Description
eRelatedEntityDeleteMode

The delete related entity mode.