Show / Hide Table of Contents

Class BatchTaskUtility

Utility functions for simplifying batchtask creation and execution.

Inheritance
object
BatchTaskUtility
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public static class BatchTaskUtility

Methods

DeserializeParameter<T>(string)

Utility functions for simplifying batchtask creation and execution.

Declaration
public static T DeserializeParameter<T>(string serializedData)
Parameters
Type Name Description
string serializedData
Returns
Type Description
T
Type Parameters
Name Description
T

SerializeParameter<T>(T)

Utility functions for simplifying batchtask creation and execution.

Declaration
public static string SerializeParameter<T>(T objectToSerialize)
Parameters
Type Name Description
T objectToSerialize
Returns
Type Description
string
Type Parameters
Name Description
T
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top