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 RequestMethod

Inheritance
System.Object
RequestMethod
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.BusinessFoundation.Data.Business
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public static class RequestMethod

Fields

Create

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

Delete

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

Import

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

InitializeEntity

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

InitializeMappingDocument

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

List

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

Load

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

Update

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