namespace TM.TransSmart.Transforms {
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.Shared.Schemas_v19A.OrderStatus", typeof(global::TM.Shared.Schemas_v19A.OrderStatus))]
[Microsoft.XLANGs.BaseTypes.SchemaReference(@"TM.TransSmart.Schemas.nShift+root", typeof(global::TM.TransSmart.Schemas.nShift.root))]
public sealed class TM_Shared_OrderStatus_to_TM_TransSmart_Status : global::Microsoft.XLANGs.BaseTypes.TransformBase {
private const string _strMap = @"
KLE
KLG
KLG
DONE
TRNS
TRNS
";
private const int _useXSLTransform = 0;
private const string _strArgList = @"
";
private const string _strSrcSchemasList0 = @"TM.Shared.Schemas_v19A.OrderStatus";
private const global::TM.Shared.Schemas_v19A.OrderStatus _srcSchemaTypeReference0 = null;
private const string _strTrgSchemasList0 = @"TM.TransSmart.Schemas.nShift+root";
private const global::TM.TransSmart.Schemas.nShift.root _trgSchemaTypeReference0 = null;
public override string XmlContent {
get {
return _strMap;
}
}
public override int UseXSLTransform {
get {
return _useXSLTransform;
}
}
public override string XsltArgumentListContent {
get {
return _strArgList;
}
}
public override string[] SourceSchemas {
get {
string[] _SrcSchemas = new string [1];
_SrcSchemas[0] = @"TM.Shared.Schemas_v19A.OrderStatus";
return _SrcSchemas;
}
}
public override string[] TargetSchemas {
get {
string[] _TrgSchemas = new string [1];
_TrgSchemas[0] = @"TM.TransSmart.Schemas.nShift+root";
return _TrgSchemas;
}
}
}
}