Class IUsesMARSTrackableDataMethods<T>
Inheritance
IUsesMARSTrackableDataMethods<T>
Syntax
public static class IUsesMARSTrackableDataMethods<T>
Type Parameters
Properties
AddDataById
Declaration
public static AddDataByIdDelegate<T> AddDataById { set; }
Property Value
AddOrUpdateData
Declaration
public static AddDataDelegate<T> AddOrUpdateData { set; }
Property Value
GetCollection
Declaration
public static GetCollectionDelegate<T> GetCollection { set; }
Property Value
GetIdValue
Declaration
public static GetIdValueDelegate<T> GetIdValue { set; }
Property Value
RegisterProcessingJob
Declaration
public static RegisterProcessingJobDelegate<T> RegisterProcessingJob { set; }
Property Value
RemoveData
Declaration
public static RemoveTrackableDataDelegate<T> RemoveData { set; }
Property Value
UnregisterProcessingJob
Declaration
public static UnregisterProcessingJobDelegate<T> UnregisterProcessingJob { set; }
Property Value