// 6bb9afe7
//
// This code was generated by a tool.
// Runtime Version:4.0.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// This source code was auto-generated by Microsoft.QualityTools.Testing.Fakes, Version=11.0.0.0.
//
#pragma warning disable 0067, 0108, 0618
#line hidden
extern alias l4;
extern alias mqttf;
extern alias sts;
extern alias tsc;
extern alias tscr;
extern alias tscs;
extern alias tspms;
extern alias tsqs;
extern alias tssm;
[assembly: mqttf::Microsoft.QualityTools.Testing.Fakes.FakesAssembly("SyncTaskStatus", false)]
[assembly: mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegatesType(typeof(global::Microsoft.QualityTools.Testing.Fakes.Delegates.SyncTaskStatusDelegates))]
[assembly: global::System.Reflection.AssemblyCompany("Microsoft")]
[assembly: global::System.Reflection.AssemblyConfiguration("")]
[assembly: global::System.Reflection.AssemblyFileVersion("1.0.0.0")]
[assembly: global::System.Reflection.AssemblyProduct("SyncTaskStatus")]
[assembly: global::System.Reflection.AssemblyVersion("1.0.0.0")]
namespace Microsoft.QualityTools.Testing.Fakes.Delegates
{
/// Contains custom delegates used for the stubs and shims of SyncTaskStatus
[global::System.Diagnostics.DebuggerNonUserCode]
public static partial class SyncTaskStatusDelegates
{
public delegate void Ref0Ref1Action3(
ref TRef0 _strEntries,
ref TRef1 _strValues,
T2 info
);
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.AgentContainer
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.AgentContainer))]
[global::System.Diagnostics.DebuggerDisplay("Shim of AgentContainer")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimAgentContainer
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimAgentContainer()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimAgentContainer(sts::SyncTaskStatus.AgentContainer instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimAgentContainer.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimAgentContainer.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.AgentContainer), value);
}
}
/// Sets the shim of AgentContainer.AgentContainer()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.AgentContainer), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of AgentContainer.GetQueryFilter(List`1<String>& _strEntries, List`1<String>& _strValues, ErpTaskInfo info)
public static global::Microsoft.QualityTools.Testing.Fakes.Delegates.SyncTaskStatusDelegates.Ref0Ref1Action3, global::System.Collections.Generic.List, sts::SyncTaskStatus.ErpTaskInfo> GetQueryFilterListOfStringRefListOfStringRefErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetQueryFilter", 40)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.AgentContainer),
"GetQueryFilter", typeof(void), new global::System.Type[]{typeof(global::System.Collections.Generic.List).MakeByRefType(),
typeof(global::System.Collections.Generic.List).MakeByRefType(), typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of AgentContainer.GetScheduleQueryContainer(ErpTaskInfo info, ImanQuery query)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetScheduleQueryContainerErpTaskInfoImanQuery
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetScheduleQueryContainer", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.AgentContainer),
"GetScheduleQueryContainer", typeof(tsqs::Teamcenter.Services.Strong.Query._2007_06.SavedQuery.SavedQueryInput),
new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo), typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ImanQuery)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.ConfigInfos
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.ConfigInfos))]
[global::System.Diagnostics.DebuggerDisplay("Shim of ConfigInfos")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimConfigInfos
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimConfigInfos()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimConfigInfos(sts::SyncTaskStatus.ConfigInfos instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of ConfigInfos.get_EquipmentID()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func EquipmentIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_EquipmentID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_EquipmentID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_ImanQueryName()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ImanQueryNameGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ImanQueryName", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_ImanQueryName", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_ProjectID()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ProjectIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ProjectID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_ProjectID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.SetConfigPath()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action SetConfigPath
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("SetConfigPath", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"SetConfigPath", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCPsw()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCPswGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCPsw", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_TCPsw", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCUrl()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCUrlGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCUrl", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_TCUrl", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCUsr()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCUsrGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCUsr", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_TCUsr", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TaskPair()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TaskPairGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TaskPair", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"get_TaskPair", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.getAppSetting(String key)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getAppSettingString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAppSetting", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
"getAppSetting", typeof(string), new global::System.Type[]{typeof(string)});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimConfigInfos.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimConfigInfos.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.ConfigInfos), value);
}
}
/// Sets the shim of ConfigInfos.ConfigInfos(ConfigLevel _level)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ConstructorConfigLevel
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), (object)null,
".ctor", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ConfigLevel)});
}
}
/// Sets the shim of ConfigInfos.CreateInstance(ConfigLevel _Level)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CreateInstanceConfigLevel
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("CreateInstance", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos),
"CreateInstance", typeof(sts::SyncTaskStatus.ConfigInfos), new global::System.Type[]{typeof(sts::SyncTaskStatus.ConfigLevel)});
}
}
/// Sets the shim of ConfigInfos.get_EquipmentID()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func EquipmentIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_EquipmentID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_EquipmentID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_ImanQueryName()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ImanQueryNameGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ImanQueryName", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_ImanQueryName", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_ProjectID()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ProjectIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ProjectID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_ProjectID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.SetConfigPath()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action SetConfigPath
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("SetConfigPath", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "SetConfigPath", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.ConfigInfos()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action StaticConstructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".cctor", 40)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ConfigInfos), ".cctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCPsw()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCPswGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCPsw", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_TCPsw", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCUrl()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCUrlGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCUrl", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_TCUrl", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TCUsr()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TCUsrGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TCUsr", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_TCUsr", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.get_TaskPair()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TaskPairGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TaskPair", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "get_TaskPair", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ConfigInfos.getAppSetting(String key)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getAppSettingString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAppSetting", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ConfigInfos), base.Instance, "getAppSetting", typeof(string), new global::System.Type[]{typeof(string)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.ErpTaskInfo
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.ErpTaskInfo))]
[global::System.Diagnostics.DebuggerDisplay("Shim of ErpTaskInfo")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimErpTaskInfo
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimErpTaskInfo()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimErpTaskInfo(sts::SyncTaskStatus.ErpTaskInfo instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of ErpTaskInfo.ToString()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ToString01
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("ToString", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ErpTaskInfo), (object)null,
"ToString", typeof(string), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimErpTaskInfo.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimErpTaskInfo.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.ErpTaskInfo), value);
}
}
/// Sets the shim of ErpTaskInfo.ErpTaskInfo()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ErpTaskInfo), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ErpTaskInfo.ToString()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ToString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("ToString", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ErpTaskInfo), base.Instance, "ToString", typeof(string), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.MediatorInterface
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.MediatorInterface))]
[global::System.Diagnostics.DebuggerDisplay("Shim of MediatorInterface")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimMediatorInterface
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimMediatorInterface()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimMediatorInterface(sts::SyncTaskStatus.MediatorInterface instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of MediatorInterface.UpdateTasks(String sJson)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UpdateTasksString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("UpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.MediatorInterface), (object)null,
"UpdateTasks", typeof(sts::SyncTaskStatus.ServerData).MakeArrayType(), new global::System.Type[]{typeof(string)});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimMediatorInterface.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimMediatorInterface.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.MediatorInterface), value);
}
}
/// Sets the shim of MediatorInterface.MediatorInterface()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.MediatorInterface), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of MediatorInterface.UpdateTasks(String sJson)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UpdateTasksString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("UpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.MediatorInterface), base.Instance,
"UpdateTasks", typeof(sts::SyncTaskStatus.ServerData).MakeArrayType(), new global::System.Type[]{typeof(string)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.ProcessInfos
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.ProcessInfos))]
[global::System.Diagnostics.DebuggerDisplay("Shim of ProcessInfos")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimProcessInfos
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimProcessInfos()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimProcessInfos(sts::SyncTaskStatus.ProcessInfos instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of ProcessInfos.FindUpdateTask(ScheduleTask summaryTask, DataManagementService dsc, ErpTaskInfo info)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func FindUpdateTaskScheduleTaskDataManagementServiceErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("FindUpdateTask", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null,
"FindUpdateTask", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
typeof(tscs::Teamcenter.Services.Strong.Core.DataManagementService), typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of ProcessInfos.GetChildSchedule(ModelObject _obj)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetChildScheduleModelObject
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetChildSchedule", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null, "GetChildSchedule",
typeof(tsc::Teamcenter.Soa.Client.Model.ModelObject), new global::System.Type[]{typeof(tsc::Teamcenter.Soa.Client.Model.ModelObject)});
}
}
/// Sets the shim of ProcessInfos.GetTCTaskNameFromErpTaskInfo(ErpTaskInfo info)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCTaskNameFromErpTaskInfoErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCTaskNameFromErpTaskInfo", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null,
"GetTCTaskNameFromErpTaskInfo", typeof(string), new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of ProcessInfos.Processs(Item _item, TaskHelp& _help)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.RefFunc ProcesssItemTaskHelpRef
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Processs", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null,
"Processs", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Item), typeof(sts::SyncTaskStatus.TaskHelp).MakeByRefType()});
}
}
/// Sets the shim of ProcessInfos.getAllTask(ScheduleTask summaryTask)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action getAllTaskScheduleTask
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAllTask", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null,
"getAllTask", typeof(void), new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask)});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimProcessInfos.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimProcessInfos.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.ProcessInfos), value);
}
}
/// Sets the shim of ProcessInfos.ProcessInfos()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ProcessInfos), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ProcessInfos.FindUpdateTask(ScheduleTask summaryTask, DataManagementService dsc, ErpTaskInfo info)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func FindUpdateTaskScheduleTaskDataManagementServiceErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("FindUpdateTask", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ProcessInfos), base.Instance,
"FindUpdateTask", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
typeof(tscs::Teamcenter.Services.Strong.Core.DataManagementService), typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of ProcessInfos.GetChildSchedule(ModelObject _obj)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetChildScheduleModelObject
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetChildSchedule", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)
), typeof(sts::SyncTaskStatus.ProcessInfos), base.Instance, "GetChildSchedule",
typeof(tsc::Teamcenter.Soa.Client.Model.ModelObject), new global::System.Type[]{typeof(tsc::Teamcenter.Soa.Client.Model.ModelObject)});
}
}
/// Sets the shim of ProcessInfos.GetTCTaskNameFromErpTaskInfo(ErpTaskInfo info)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCTaskNameFromErpTaskInfoErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCTaskNameFromErpTaskInfo", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ProcessInfos), base.Instance,
"GetTCTaskNameFromErpTaskInfo", typeof(string), new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of ProcessInfos.Processs(Item _item, TaskHelp& _help)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.RefFunc ProcesssItemTaskHelpRef
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Processs", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ProcessInfos), base.Instance, "Processs", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask),
new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Item), typeof(sts::SyncTaskStatus.TaskHelp).MakeByRefType()});
}
}
/// Sets the shim of ProcessInfos.getAllTask(ScheduleTask summaryTask)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action getAllTaskScheduleTask
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAllTask", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ProcessInfos), base.Instance,
"getAllTask", typeof(void), new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ScheduleTask)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.SOAManagementFactory
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.SOAManagementFactory))]
[global::System.Diagnostics.DebuggerDisplay("Shim of SOAManagementFactory")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimSOAManagementFactory
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimSOAManagementFactory()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimSOAManagementFactory(sts::SyncTaskStatus.SOAManagementFactory instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of SOAManagementFactory.get_DataSvc()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func DataSvcGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_DataSvc", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SOAManagementFactory), (object)null,
"get_DataSvc", typeof(tscs::Teamcenter.Services.Strong.Core.DataManagementService), new global::System.Type[]{});
}
}
/// Sets the shim of SOAManagementFactory.get_ScheduleSvc()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ScheduleSvcGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ScheduleSvc", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SOAManagementFactory), (object)null,
"get_ScheduleSvc", typeof(tspms::Teamcenter.Services.Strong.Projectmanagement.ScheduleManagementService), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimSOAManagementFactory.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimSOAManagementFactory.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.SOAManagementFactory), value);
}
}
/// Sets the shim of SOAManagementFactory.SOAManagementFactory()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SOAManagementFactory), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SOAManagementFactory.CreateInstance()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CreateInstance
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("CreateInstance", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SOAManagementFactory),
"CreateInstance", typeof(sts::SyncTaskStatus.SOAManagementFactory), new global::System.Type[]{});
}
}
/// Sets the shim of SOAManagementFactory.get_DataSvc()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func DataSvcGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_DataSvc", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SOAManagementFactory), base.Instance,
"get_DataSvc", typeof(tscs::Teamcenter.Services.Strong.Core.DataManagementService), new global::System.Type[]{});
}
}
/// Sets the shim of SOAManagementFactory.get_ScheduleSvc()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ScheduleSvcGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ScheduleSvc", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)),
typeof(sts::SyncTaskStatus.SOAManagementFactory), base.Instance,
"get_ScheduleSvc", typeof(tspms::Teamcenter.Services.Strong.Projectmanagement.ScheduleManagementService), new global::System.Type[]{});
}
}
/// Sets the shim of SOAManagementFactory.SOAManagementFactory()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action StaticConstructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".cctor", 40)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SOAManagementFactory), ".cctor", typeof(void), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.ServerData
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.ServerData))]
[global::System.Diagnostics.DebuggerDisplay("Shim of ServerData")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimServerData
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimServerData()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimServerData(sts::SyncTaskStatus.ServerData instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of ServerData.get_EquipmentCode()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func EquipmentCodeGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_EquipmentCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_EquipmentCode", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_EquipmentCode(String value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action EquipmentCodeSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_EquipmentCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_EquipmentCode", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Message()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func MessageGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Message", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_Message", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Message(String value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action MessageSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Message", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_Message", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_ProjectCode()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ProjectCodeGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ProjectCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_ProjectCode", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_ProjectCode(String value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ProjectCodeSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ProjectCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_ProjectCode", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Status()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func StatusGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Status", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_Status", typeof(bool), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Status(Boolean value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action StatusSetBoolean
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Status", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_Status", typeof(void), new global::System.Type[]{typeof(bool)});
}
}
/// Sets the shim of ServerData.get_TaskID()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TaskIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TaskID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_TaskID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_TaskID(String value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action TaskIDSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_TaskID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_TaskID", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Uid()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UidGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Uid", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"get_Uid", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Uid(String value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UidSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Uid", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
"set_Uid", typeof(void), new global::System.Type[]{typeof(string)});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimServerData.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimServerData.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.ServerData), value);
}
}
/// Sets the shim of ServerData.ServerData()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerData), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.get_EquipmentCode()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func EquipmentCodeGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_EquipmentCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_EquipmentCode", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_EquipmentCode(String value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action EquipmentCodeSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_EquipmentCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_EquipmentCode", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Message()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func MessageGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Message", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_Message", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Message(String value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action MessageSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Message", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_Message", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_ProjectCode()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ProjectCodeGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ProjectCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_ProjectCode", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_ProjectCode(String value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ProjectCodeSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ProjectCode", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_ProjectCode", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Status()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func StatusGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Status", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_Status", typeof(bool), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Status(Boolean value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action StatusSetBoolean
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Status", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_Status", typeof(void), new global::System.Type[]{typeof(bool)});
}
}
/// Sets the shim of ServerData.get_TaskID()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func TaskIDGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_TaskID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_TaskID", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_TaskID(String value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action TaskIDSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_TaskID", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_TaskID", typeof(void), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of ServerData.get_Uid()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UidGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Uid", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "get_Uid", typeof(string), new global::System.Type[]{});
}
}
/// Sets the shim of ServerData.set_Uid(String value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UidSetString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Uid", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerData), base.Instance, "set_Uid", typeof(void), new global::System.Type[]{typeof(string)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.ServerDataCollection
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.ServerDataCollection))]
[global::System.Diagnostics.DebuggerDisplay("Shim of ServerDataCollection")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimServerDataCollection
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimServerDataCollection()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimServerDataCollection(sts::SyncTaskStatus.ServerDataCollection instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of ServerDataCollection.ConvertSvrDatas(Hashtable CachesInfo)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ConvertSvrDatasHashtable
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("ConvertSvrDatas", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"ConvertSvrDatas", typeof(void), new global::System.Type[]{typeof(global::System.Collections.Hashtable)});
}
}
/// Sets the shim of ServerDataCollection.DumpErrorLog()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action DumpErrorLog
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("DumpErrorLog", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"DumpErrorLog", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.add(ServerData _data)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action addServerData
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("add", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"add", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ServerData)});
}
}
/// Sets the shim of ServerDataCollection.clear()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action clear
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("clear", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"clear", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.getAllErros()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getAllErros
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAllErros", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"getAllErros", typeof(sts::SyncTaskStatus.ServerData).MakeArrayType(), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.getLastError()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getLastError
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getLastError", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
"getLastError", typeof(sts::SyncTaskStatus.ServerData), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimServerDataCollection.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimServerDataCollection.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.ServerDataCollection), value);
}
}
/// Sets the shim of ServerDataCollection.ServerDataCollection()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.ServerDataCollection), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.ConvertSvrDatas(Hashtable CachesInfo)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ConvertSvrDatasHashtable
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("ConvertSvrDatas", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance,
"ConvertSvrDatas", typeof(void), new global::System.Type[]{typeof(global::System.Collections.Hashtable)});
}
}
/// Sets the shim of ServerDataCollection.DumpErrorLog()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action DumpErrorLog
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("DumpErrorLog", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance, "DumpErrorLog", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.add(ServerData _data)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action addServerData
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("add", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance,
"add", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ServerData)});
}
}
/// Sets the shim of ServerDataCollection.clear()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action clear
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("clear", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance, "clear", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.getAllErros()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getAllErros
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getAllErros", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance,
"getAllErros", typeof(sts::SyncTaskStatus.ServerData).MakeArrayType(), new global::System.Type[]{});
}
}
/// Sets the shim of ServerDataCollection.getLastError()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func getLastError
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("getLastError", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.ServerDataCollection), base.Instance,
"getLastError", typeof(sts::SyncTaskStatus.ServerData), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.SessionFactory
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.SessionFactory))]
[global::System.Diagnostics.DebuggerDisplay("Shim of SessionFactory")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimSessionFactory
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimSessionFactory()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimSessionFactory(sts::SyncTaskStatus.SessionFactory instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of SessionFactory.GetTCConnect()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCConnect
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCConnect", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SessionFactory), (object)null,
"GetTCConnect", typeof(tsc::Teamcenter.Soa.Client.Connection), new global::System.Type[]{});
}
}
/// Sets the shim of SessionFactory.GetTCUser()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCUser
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCUser", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SessionFactory), (object)null,
"GetTCUser", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.User), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimSessionFactory.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimSessionFactory.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.SessionFactory), value);
}
}
/// Sets the shim of SessionFactory.SessionFactory()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SessionFactory), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SessionFactory.CreateInstance()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CreateInstance
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("CreateInstance", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SessionFactory),
"CreateInstance", typeof(sts::SyncTaskStatus.SessionFactory), new global::System.Type[]{});
}
}
/// Sets the shim of SessionFactory.GetTCConnect()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCConnect
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCConnect", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SessionFactory), base.Instance,
"GetTCConnect", typeof(tsc::Teamcenter.Soa.Client.Connection), new global::System.Type[]{});
}
}
/// Sets the shim of SessionFactory.GetTCUser()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTCUser
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTCUser", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SessionFactory), base.Instance,
"GetTCUser", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.User), new global::System.Type[]{});
}
}
/// Sets the shim of SessionFactory.SessionFactory()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action StaticConstructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".cctor", 40)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SessionFactory), ".cctor", typeof(void), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.SynchroTask
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.SynchroTask))]
[global::System.Diagnostics.DebuggerDisplay("Shim of SynchroTask")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimSynchroTask
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimSynchroTask()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimSynchroTask(sts::SyncTaskStatus.SynchroTask instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of SynchroTask.get_ErpInfo()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func> ErpInfoGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"get_ErpInfo", typeof(global::System.Collections.Generic.List), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.set_ErpInfo(List`1<ErpTaskInfo> value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action> ErpInfoSetListOfErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null, "set_ErpInfo",
typeof(void), new global::System.Type[]{typeof(global::System.Collections.Generic.List)});
}
}
/// Sets the shim of SynchroTask.PrepareQueryFilter()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action PrepareQueryFilter
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareQueryFilter", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"PrepareQueryFilter", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.PrepareUpdateTasks()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action PrepareUpdateTasks
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareUpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"PrepareUpdateTasks", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.get_SvrData()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func SvrDataGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_SvrData", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"get_SvrData", typeof(sts::SyncTaskStatus.ServerDataCollection), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.set_SvrData(ServerDataCollection value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action SvrDataSetServerDataCollection
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_SvrData", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"set_SvrData", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ServerDataCollection)});
}
}
/// Sets the shim of SynchroTask.UpdateTasks()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UpdateTasks
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("UpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"UpdateTasks", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.loadObjects()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func loadObjects
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("loadObjects", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
"loadObjects", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Item), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimSynchroTask.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimSynchroTask.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.SynchroTask), value);
}
}
/// Sets the shim of SynchroTask.SynchroTask()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.SynchroTask), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.get_ErpInfo()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func> ErpInfoGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify>(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance,
"get_ErpInfo", typeof(global::System.Collections.Generic.List), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.set_ErpInfo(List`1<ErpTaskInfo> value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action> ErpInfoSetListOfErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify>(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance, "set_ErpInfo",
typeof(void), new global::System.Type[]{typeof(global::System.Collections.Generic.List)});
}
}
/// Sets the shim of SynchroTask.PrepareQueryFilter()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action PrepareQueryFilter
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareQueryFilter", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance, "PrepareQueryFilter", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.PrepareUpdateTasks()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action PrepareUpdateTasks
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareUpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance, "PrepareUpdateTasks", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.get_SvrData()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func SvrDataGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_SvrData", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance,
"get_SvrData", typeof(sts::SyncTaskStatus.ServerDataCollection), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.set_SvrData(ServerDataCollection value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action SvrDataSetServerDataCollection
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_SvrData", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance,
"set_SvrData", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ServerDataCollection)});
}
}
/// Sets the shim of SynchroTask.UpdateTasks()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UpdateTasks
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("UpdateTasks", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance, "UpdateTasks", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of SynchroTask.loadObjects()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func loadObjects
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("loadObjects", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.SynchroTask), base.Instance,
"loadObjects", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Item), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.TaskHelp
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.TaskHelp))]
[global::System.Diagnostics.DebuggerDisplay("Shim of TaskHelp")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimTaskHelp
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimTaskHelp()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimTaskHelp(sts::SyncTaskStatus.TaskHelp instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of TaskHelp.get_ErpInfo()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ErpInfoGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null,
"get_ErpInfo", typeof(sts::SyncTaskStatus.ErpTaskInfo), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_ErpInfo(ErpTaskInfo value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ErpInfoSetErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null,
"set_ErpInfo", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of TaskHelp.get_Schedule()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ScheduleGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Schedule", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null,
"get_Schedule", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Schedule), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_Schedule(Schedule value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ScheduleSetSchedule
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Schedule", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null,
"set_Schedule", typeof(void), new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Schedule)});
}
}
/// Sets the shim of TaskHelp.get_UpdateContainor()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UpdateContainorGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_UpdateContainor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null, "get_UpdateContainor",
typeof(tspms::Teamcenter.Services.Strong.Projectmanagement._2011_06.ScheduleManagement.TaskExecUpdate), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_UpdateContainor(TaskExecUpdate value)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UpdateContainorSetTaskExecUpdate
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_UpdateContainor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null, "set_UpdateContainor", typeof(void),
new global::System.Type[]{typeof(tspms::Teamcenter.Services.Strong.Projectmanagement._2011_06.ScheduleManagement.TaskExecUpdate)});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimTaskHelp.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimTaskHelp.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.TaskHelp), value);
}
}
/// Sets the shim of TaskHelp.TaskHelp()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.TaskHelp), (object)null, ".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.get_ErpInfo()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ErpInfoGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)), typeof(sts::SyncTaskStatus.TaskHelp), base.Instance,
"get_ErpInfo", typeof(sts::SyncTaskStatus.ErpTaskInfo), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_ErpInfo(ErpTaskInfo value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ErpInfoSetErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_ErpInfo", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)), typeof(sts::SyncTaskStatus.TaskHelp), base.Instance,
"set_ErpInfo", typeof(void), new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of TaskHelp.get_Schedule()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ScheduleGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_Schedule", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.TaskHelp), base.Instance,
"get_Schedule", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Schedule), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_Schedule(Schedule value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action ScheduleSetSchedule
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_Schedule", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.TaskHelp), base.Instance,
"set_Schedule", typeof(void), new global::System.Type[]{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.Schedule)});
}
}
/// Sets the shim of TaskHelp.get_UpdateContainor()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func UpdateContainorGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_UpdateContainor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)
), typeof(sts::SyncTaskStatus.TaskHelp), base.Instance, "get_UpdateContainor",
typeof(tspms::Teamcenter.Services.Strong.Projectmanagement._2011_06.ScheduleManagement.TaskExecUpdate), new global::System.Type[]{});
}
}
/// Sets the shim of TaskHelp.set_UpdateContainor(TaskExecUpdate value)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action UpdateContainorSetTaskExecUpdate
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("set_UpdateContainor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify
(value)
), typeof(sts::SyncTaskStatus.TaskHelp), base.Instance, "set_UpdateContainor", typeof(void),
new global::System.Type[]{typeof(tspms::Teamcenter.Services.Strong.Projectmanagement._2011_06.ScheduleManagement.TaskExecUpdate)});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Shim type of SyncTaskStatus.Util
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.Util))]
[global::System.Diagnostics.DebuggerDisplay("Shim of Util")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimUtil
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimUtil()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimUtil(sts::SyncTaskStatus.Util instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Fakes.ShimUtil.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Fakes.ShimUtil.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.Util), value);
}
}
/// Sets the shim of Util.Util()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util), (object)null, ".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of Util.PrepareObjectUpdateContianer(ErpTaskInfo _info)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func PrepareObjectUpdateContianerErpTaskInfo
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareObjectUpdateContianer", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util), "PrepareObjectUpdateContianer",
typeof(sts::SyncTaskStatus.TaskHelp), new global::System.Type[]{typeof(sts::SyncTaskStatus.ErpTaskInfo)});
}
}
/// Sets the shim of Util.PrepareProjectItemQuery()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func PrepareProjectItemQuery
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("PrepareProjectItemQuery", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util),
"PrepareProjectItemQuery", typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ImanQuery), new global::System.Type[]{});
}
}
/// Sets the shim of Util.ServiceDataError(ServiceData data, ServerDataCollection& _svr)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.RefFunc ServiceDataErrorServiceDataServerDataCollectionRef
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("ServiceDataError", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util), "ServiceDataError", typeof(bool), new global::System.Type[]
{typeof(tsc::Teamcenter.Soa.Client.Model.ServiceData), typeof(sts::SyncTaskStatus.ServerDataCollection).MakeByRefType()});
}
}
/// Sets the shim of Util.SetObjectPolicy()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action SetObjectPolicy
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("SetObjectPolicy", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util), "SetObjectPolicy", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of Util.queryItems(ImanQuery query, String[] sName, String[] sValue)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func queryItemsImanQueryStringArrayStringArray
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("queryItems", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Util),
"queryItems", typeof(tsc::Teamcenter.Soa.Client.Model.ModelObject).MakeArrayType(), new global::System.Type[]
{typeof(tssm::Teamcenter.Soa.Client.Model.Strong.ImanQuery), typeof(string).MakeArrayType(), typeof(string).MakeArrayType()});
}
}
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.AgentContainer
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.AgentContainer))]
[global::System.Diagnostics.DebuggerDisplay("Stub of AgentContainer")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubAgentContainer
: sts::SyncTaskStatus.AgentContainer
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubAgentContainer()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubAgentContainer
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.ErpTaskInfo
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.ErpTaskInfo))]
[global::System.Diagnostics.DebuggerDisplay("Stub of ErpTaskInfo")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubErpTaskInfo
: sts::SyncTaskStatus.ErpTaskInfo
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubErpTaskInfo()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubErpTaskInfo
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
/// Sets the stub of ErpTaskInfo.ToString()
public override string ToString()
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___observer
= ((mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObservable)this).InstanceObserver;
if ((object)___observer != (object)null)
{
mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ___currentMethod = this.ToString;
___observer.Enter(typeof(sts::SyncTaskStatus.ErpTaskInfo), (global::System.Delegate)___currentMethod);
}
mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ___sh = this.ToString01;
if ((object)___sh != (object)null)
return ___sh.Invoke();
else
{
if (this.___callBase)
return base.ToString();
mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___behavior
= ((mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub)this).InstanceBehavior;
return ___behavior.Result(this, "ToString");
}
}
/// Sets the stub of ErpTaskInfo.ToString()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func ToString01;
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.MediatorInterface
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.MediatorInterface))]
[global::System.Diagnostics.DebuggerDisplay("Stub of MediatorInterface")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubMediatorInterface
: sts::SyncTaskStatus.MediatorInterface
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubMediatorInterface()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubMediatorInterface
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.ProcessInfos
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.ProcessInfos))]
[global::System.Diagnostics.DebuggerDisplay("Stub of ProcessInfos")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubProcessInfos
: sts::SyncTaskStatus.ProcessInfos
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubProcessInfos()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubProcessInfos
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.ServerData
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.ServerData))]
[global::System.Diagnostics.DebuggerDisplay("Stub of ServerData")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubServerData
: sts::SyncTaskStatus.ServerData
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubServerData()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubServerData
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.ServerDataCollection
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.ServerDataCollection))]
[global::System.Diagnostics.DebuggerDisplay("Stub of ServerDataCollection")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubServerDataCollection
: sts::SyncTaskStatus.ServerDataCollection
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubServerDataCollection()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubServerDataCollection
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.SynchroTask
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.SynchroTask))]
[global::System.Diagnostics.DebuggerDisplay("Stub of SynchroTask")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubSynchroTask
: sts::SyncTaskStatus.SynchroTask
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubSynchroTask()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubSynchroTask
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.TaskHelp
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.TaskHelp))]
[global::System.Diagnostics.DebuggerDisplay("Stub of TaskHelp")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubTaskHelp
: sts::SyncTaskStatus.TaskHelp
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubTaskHelp()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubTaskHelp
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Fakes
{
/// Stub type of SyncTaskStatus.Util
[mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubClass(typeof(sts::SyncTaskStatus.Util))]
[global::System.Diagnostics.DebuggerDisplay("Stub of Util")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class StubUtil
: sts::SyncTaskStatus.Util
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStub
, mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IPartialStub
{
/// Initializes a new instance
public StubUtil()
{
this.InitializeStub();
}
/// Gets or sets a value that indicates if the base method should be called instead of the fallback behavior
public bool CallBase
{
get
{
return this.___callBase;
}
set
{
this.___callBase = value;
}
}
/// Initializes a new instance of type StubUtil
private void InitializeStub()
{
}
/// Gets or sets the instance behavior.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior InstanceBehavior
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubBehaviors.GetValueOrCurrent(this.___instanceBehavior);
}
set
{
this.___instanceBehavior = value;
}
}
/// Gets or sets the instance observer.
public mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver InstanceObserver
{
get
{
return mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.StubObservers.GetValueOrCurrent(this.___instanceObserver);
}
set
{
this.___instanceObserver = value;
}
}
private bool ___callBase;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubBehavior ___instanceBehavior;
private mqttf::Microsoft.QualityTools.Testing.Fakes.Stubs.IStubObserver ___instanceObserver;
}
}
namespace SyncTaskStatus.Logger.Fakes
{
/// Shim type of SyncTaskStatus.Logger.Bank
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.Logger.Bank))]
[global::System.Diagnostics.DebuggerDisplay("Shim of Bank")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimBank
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimBank()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimBank(sts::SyncTaskStatus.Logger.Bank instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of Bank.Calculate(Int32 x, Int32 y)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CalculateInt32Int32
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Calculate", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.Bank), (object)null,
"Calculate", typeof(int), new global::System.Type[]{typeof(int), typeof(int)});
}
}
/// Sets the shim of Bank.GetAllMoney(IBank bk)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetAllMoneyIBank
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetAllMoney", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.Bank), (object)null,
"GetAllMoney", typeof(int), new global::System.Type[]{typeof(sts::SyncTaskStatus.Logger.IBank)});
}
}
/// Sets the shim of Bank.GetTheCurrentYear()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTheCurrentYear
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTheCurrentYear", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.Bank), (object)null,
"GetTheCurrentYear", typeof(int), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Logger.Fakes.ShimBank.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Logger.Fakes.ShimBank.Behavior = mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.Logger.Bank), value);
}
}
/// Sets the shim of Bank.Calculate(Int32 x, Int32 y)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CalculateInt32Int32
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Calculate", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.Logger.Bank), base.Instance, "Calculate", typeof(int), new global::System.Type[]{typeof(int), typeof(int)});
}
}
/// Sets the shim of Bank.Bank()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.Bank), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of Bank.GetAllMoney(IBank bk)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetAllMoneyIBank
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetAllMoney", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.Logger.Bank), base.Instance,
"GetAllMoney", typeof(int), new global::System.Type[]{typeof(sts::SyncTaskStatus.Logger.IBank)});
}
}
/// Sets the shim of Bank.GetTheCurrentYear()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetTheCurrentYear
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetTheCurrentYear", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance((global::System.Delegate)
(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions.Uncurrify(value)),
typeof(sts::SyncTaskStatus.Logger.Bank), base.Instance, "GetTheCurrentYear", typeof(int), new global::System.Type[]{});
}
}
}
}
namespace SyncTaskStatus.Logger.Fakes
{
/// Shim type of SyncTaskStatus.Logger.TDefaultLogger
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimClass(typeof(sts::SyncTaskStatus.Logger.TDefaultLogger))]
[global::System.Diagnostics.DebuggerDisplay("Shim of TDefaultLogger")]
[global::System.Diagnostics.DebuggerNonUserCode]
public partial class ShimTDefaultLogger
: mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBase
{
/// Initializes a new shim instance
public ShimTDefaultLogger()
: base()
{
}
/// Initializes a new shim for the given instance
public ShimTDefaultLogger(sts::SyncTaskStatus.Logger.TDefaultLogger instance)
: base(instance)
{
}
/// Define shims for all instances members
public static partial class AllInstances
{
/// Sets the shim of TDefaultLogger.Get()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func Get
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Get", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), (object)null,
"Get", typeof(sts::SyncTaskStatus.Logger.TLogManager), new global::System.Type[]{});
}
}
/// Sets the shim of TDefaultLogger.GetLogagent(Object tag)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetLogagentObject
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetLogagent", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), (object)null,
"GetLogagent", typeof(sts::SyncTaskStatus.Logger.TLogAgent), new global::System.Type[]{typeof(object)});
}
}
/// Sets the shim of TDefaultLogger.GetLogagent(String tag)
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func GetLogagentString
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("GetLogagent", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), (object)null,
"GetLogagent", typeof(sts::SyncTaskStatus.Logger.TLogAgent), new global::System.Type[]{typeof(string)});
}
}
/// Sets the shim of TDefaultLogger.get_LogAgent()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func LogAgentGet
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("get_LogAgent", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), (object)null,
"get_LogAgent", typeof(sts::SyncTaskStatus.Logger.TLogAgent), new global::System.Type[]{});
}
}
}
/// Assigns the 'Current' behavior for all methods of the shimmed type
public static void BehaveAsCurrent()
{
global::SyncTaskStatus.Logger.Fakes.ShimTDefaultLogger.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.CurrentProxy;
}
/// Assigns the 'NotImplemented' behavior for all methods of the shimmed type
public static void BehaveAsNotImplemented()
{
global::SyncTaskStatus.Logger.Fakes.ShimTDefaultLogger.Behavior =
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.NotImplemented;
}
/// Assigns the behavior for all methods of the shimmed type
public static mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.IShimBehavior Behavior
{
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimBehaviors.AttachToType(typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), value);
}
}
/// Sets the shim of TDefaultLogger.TDefaultLogger()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Action Constructor
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod(".ctor", 36)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimNonPublicInstance
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), (object)null,
".ctor", typeof(void), new global::System.Type[]{});
}
}
/// Sets the shim of TDefaultLogger.CreateInstance()
public static mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func CreateInstance
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("CreateInstance", 24)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicStatic
((global::System.Delegate)value, typeof(sts::SyncTaskStatus.Logger.TDefaultLogger),
"CreateInstance", typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), new global::System.Type[]{});
}
}
/// Sets the shim of TDefaultLogger.Get()
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func Get
{
[mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimMethod("Get", 20)]
set
{
mqttf::Microsoft.QualityTools.Testing.Fakes.Shims.ShimRuntime.SetShimPublicInstance
((global::System.Delegate)(mqttf::Microsoft.QualityTools.Testing.Fakes.FakesExtensions
.Uncurrify(value)),
typeof(sts::SyncTaskStatus.Logger.TDefaultLogger), base.Instance,
"Get", typeof(sts::SyncTaskStatus.Logger.TLogManager), new global::System.Type[]{});
}
}
/// Sets the shim of TDefaultLogger.GetLogagent(Object tag)
public mqttf::Microsoft.QualityTools.Testing.Fakes.FakesDelegates.Func