Class BodyCleanupContext
Post body context for DatabaseCleanupResource
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.Storage
Assembly: Xperiflow.dll
Declaration
public class BodyCleanupContext
Properties
ProjectIds
Declaration
[JsonProperty("project_ids", Required = Required.Always)]
public IEnumerable<int> ProjectIds { get; set; }
CleanTypes
Declaration
[JsonProperty("clean_types", Required = Required.Always)]
public IEnumerable<string> CleanTypes { get; set; }
IncludeFramework
Declaration
[JsonProperty("include_framework", Required = Required.Always)]
public bool IncludeFramework { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static BodyCleanupContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.Storage.BodyCleanupContext
Parameters
| Type | Name |
|---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString