Class DeleteEntityWithDependsRequest
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: 10.8.0Syntax
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.  |