本文整理汇总了C#中MemoryApplication类的典型用法代码示例。如果您正苦于以下问题:C# MemoryApplication类的具体用法?C# MemoryApplication怎么用?C# MemoryApplication使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
MemoryApplication类属于命名空间,在下文中一共展示了MemoryApplication类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: ParseChild_InAnotherLibrary
//────────────────────────────────────────
public static void ParseChild_InAnotherLibrary(
Configurationtree_Node cur_Cf,
Expression_Node_String parent_Expr,//nAcase,nFelemの両方の場合がある。
MemoryApplication memoryApplication,
Log_TextIndented_ConfigurationtreeToExpression pg_ParsingLog,
Log_Reports log_Reports
)
{
Log_Method log_Method = new Log_MethodImpl(0, Log_ReportsImpl.BDebugmode_Static);
log_Method.BeginMethod(Info_ConfigurationtreeToExpression.Name_Library, "SToE_AbstractImpl", "ParseChild_InAnotherLibrary",log_Reports);
ConfigurationtreeToExpression_F14n16 dammy = new ConfigurationtreeToExpression_F14_FncImpl_();//メソッドが使いたいだけなので、何でもいい。
dammy.ParseChild_InConfigurationtreeToExpression(
cur_Cf,
parent_Expr,
memoryApplication,
pg_ParsingLog,
log_Reports
);
goto gt_EndMethod;
//
//
gt_EndMethod:
if (Log_ReportsImpl.BDebugmode_Static)
{
//d_ParsingLog.Decrement(s_Cur.Name_Node);
}
log_Method.EndMethod(log_Reports);
}
示例2: Translate_Step2
//────────────────────────────────────────
public override void Translate_Step2(
ConfigurationtreeToFunction_Item parentProcesser,
Configurationtree_Node action_Conf,
Expression_Node_Function parent_Expr_Func,//todo:何これ?
MemoryApplication owner_MemoryApplication,
Log_TextIndented_ConfigurationtreeToExpression pg_ParsingLog,
Log_Reports log_Reports
)
{
Expression_Node_String ec_ArgListboxName;
parent_Expr_Func.TrySelectAttribute(out ec_ArgListboxName, Expression_Node_Function20Impl.PM_NAME_CONTROL_LISTBOX, EnumHitcount.One_Or_Zero, log_Reports);
if ("" == ec_ArgListboxName.Execute4_OnExpressionString(EnumHitcount.Unconstraint, log_Reports))
{
// 引数 listboxFcName が指定されていない場合は、その記述が書かれているコントロールの名前を入れる。
Configuration_Node cf_Event = action_Conf.GetParentByNodename(
NamesNode.S_EVENT, EnumConfiguration.Unknown, true, log_Reports);
if (log_Reports.Successful)
{
Configuration_Node parent_Configurationtree_Control = cf_Event.GetParentByNodename(
NamesNode.S_CONTROL1, EnumConfiguration.Tree, true, log_Reports);
string sName_Usercontrol;
((Configurationtree_Node)parent_Configurationtree_Control).Dictionary_Attribute.TryGetValue(PmNames.S_NAME, out sName_Usercontrol, true, log_Reports);
ec_ArgListboxName.AppendTextNode(sName_Usercontrol, action_Conf, log_Reports);
}
}
}
示例3: ConfigurationtreeToFunction
//────────────────────────────────────────
/// <summary>
/// イベントハンドラーの作成。
/// </summary>
/// <param name="s_Action"></param>
/// <param name="log_Reports"></param>
/// <returns></returns>
public Expression_Node_Function ConfigurationtreeToFunction(
Configurationtree_Node action_Conf,
MemoryApplication owner_MemoryApplication,
Log_Reports log_Reports
)
{
Log_Method log_Method = new Log_MethodImpl(0, Log_ReportsImpl.BDebugmode_Static);
log_Method.BeginMethod(Info_Functions.Name_Library, this, "ConfigurationtreeToFunction",log_Reports);
if (log_Reports.CanStopwatch)
{
log_Method.Log_Stopwatch.Begin();
}
//
Expression_Node_Function expr_Func;
if (log_Reports.Successful)
{
expr_Func = owner_MemoryApplication.MemoryForms.ConfigurationtreeToFunction.Translate(
action_Conf,
true,
log_Reports
);
}
else
{
expr_Func = null;
}
goto gt_EndMethod;
//
gt_EndMethod:
log_Method.EndMethod(log_Reports);
return expr_Func;
}
示例4: MemoryAatoolxmlDialogImpl
//────────────────────────────────────────
public MemoryAatoolxmlDialogImpl(MemoryApplication owner_MemoryApplication)
{
this.Name_SelectedEditor = "";
this.Name_Application = "";
this.memoryAatoolxml = new MemoryAatoolxmlImpl(owner_MemoryApplication);
this.dictionary_Editor = new Dictionary_Fsetvar_ConfigurationtreeImpl();
}
示例5: Parse_ChildNodes
//────────────────────────────────────────
protected override void Parse_ChildNodes(
XmlElement cur_X,
Configurationtree_Node cf_Cur,
MemoryApplication memoryApplication,
Log_Reports log_Reports
)
{
}
示例6: Expression_FvarImpl
//────────────────────────────────────────
/// <summary>
/// コンストラクター。
/// </summary>
/// <param name="s_ParentNode"></param>
/// <param name="moOpyopyo"></param>
public Expression_FvarImpl(
Expression_Node_String parent_Expression_Node,
Configuration_Node parent_Configuration_Node,
MemoryApplication owner_MemoryApplication
)
: base(parent_Expression_Node, parent_Configuration_Node, owner_MemoryApplication)
{
}
示例7: Clear
//────────────────────────────────────────
/// <summary>
/// クリアーします。
/// </summary>
public void Clear(MemoryApplication owner_MemoryApplication)
{
this.owner_MemoryApplication = owner_MemoryApplication;
this.xToConfigurationtree_V = new XmlToConfigurationtree_Validator_ConfigImpl();
this.givechapterandverseToExpression_V = new ConfigurationtreeToExpression_V51_ConfigImpl();
this.givechapterandverse_Validatorsconfig = new Configurationtree_NodeImpl(NamesNode.S_CODEFILE_VALIDATORS, new Configurationtree_NodeImpl(this.GetType().Name + "#<init>", null));
}
示例8: CreateMyself
//────────────────────────────────────────
protected override Configurationtree_Node CreateMyself(
XmlElement cur_X, Configurationtree_Node parent_Cf, MemoryApplication memoryApplication, Log_Reports log_Reports)
{
Configurationtree_Node cur_Cf;
cur_Cf = new Configurationtree_NodeImpl(NamesNode.S_F_LISTBOX_VALIDATION, parent_Cf);
return cur_Cf;
}
示例9: ConfigurationtreeToFunction_ListImpl
//────────────────────────────────────────
/// <summary>
/// コンストラクター。
/// </summary>
/// <param name="form"></param>
public ConfigurationtreeToFunction_ListImpl(
Expression_Node_String parent_Expression,
Configuration_Node cur_Conf,
MemoryApplication owner_MemoryApplication,
Log_Reports log_Reports
)
{
this.owner_MemoryApplication = owner_MemoryApplication;
}
示例10: Translate
//────────────────────────────────────────
/// <summary>
/// 未実装。
/// </summary>
/// <param name="oFStrNode"></param>
/// <param name="nFAelem"></param>
/// <param name="memoryApplication"></param>
/// <param name="log_Reports"></param>
public override void Translate(
Configurationtree_Node cur_Cf,//<def-param>
Expression_Node_String parent_Ec,//親<●●>要素。汎用。
MemoryApplication memoryApplication,
Log_TextIndented_ConfigurationtreeToExpression pg_ParsingLog,
Log_Reports log_Reports
)
{
}
示例11: Expressionv_3FListboxValidationImpl
//"f-listbox-for-items",
//────────────────────────────────────────
public Expressionv_3FListboxValidationImpl(
Expression_Node_String parent_Expression, Configurationtree_Node parent_Conf, MemoryApplication owner_MemoryApplication)
: base(parent_Expression, parent_Conf, owner_MemoryApplication)
{
this.Owner_MemoryApplication = owner_MemoryApplication;
this.list_Expressionv_ADisplay = new List<Expressionv_4ADisplay>();
this.list_Expressionv_ASelectRecord = new List<Expressionv_4ASelectRecord>();
}
示例12: CreateFunctionlist
//────────────────────────────────────────
/// <summary>
/// イベント アクション リストを作成します。
/// </summary>
/// <param nFcName="eventName"></param>
/// <param nFcName="nActionSuper"></param>
/// <param nFcName="log_Reports"></param>
public Functionlist CreateFunctionlist(
ConfigurationtreeToExpression_Event sToE_Event,
MemoryApplication owner_MemoryApplication,
Log_Reports log_Reports
)
{
Log_Method pg_Method = new Log_MethodImpl(0, Log_ReportsImpl.BDebugmode_Static);
pg_Method.BeginMethod(Info_Controls.Name_Library, this, "CreateFunctionlist",log_Reports);
//
//
Functionlist fw_Result = null;
//.WriteLine(this.GetType().Name + "#CreateEventActionList: <構築>【開始】 イベントに対応ついたアクションリストを追加します。 (ウィンドウ)");
switch (sToE_Event.Name)
{
case NamesSe.S_LOAD:
{
//
// このコントロールの「アプリケーション起動時」。
//
// (NActionPerformEnum.O_EA)
//
//
// 無視します。
//
}
break;
default:
goto gt_Error_NotSupportedEvent;
}
goto gt_EndMethod;
//
//
#region 異常系
//────────────────────────────────────────
gt_Error_NotSupportedEvent:
{
Builder_TexttemplateP1p tmpl = new Builder_TexttemplateP1pImpl();
tmpl.SetParameter(1, this.GetType().Name, log_Reports);//クラス名
tmpl.SetParameter(2, sToE_Event.Name, log_Reports);//イベント名
tmpl.SetParameter(3, Log_RecordReportsImpl.ToText_Configuration(sToE_Event.Configurationtree_Event), log_Reports);//設定位置パンくずリスト
this.ControlCommon.Owner_MemoryApplication.CreateErrorReport("Er:515;", tmpl, log_Reports);
}
goto gt_EndMethod;
//────────────────────────────────────────
#endregion
//
//
gt_EndMethod:
pg_Method.EndMethod(log_Reports);
return fw_Result;
}
示例13: LinkToParent
//────────────────────────────────────────
protected override void LinkToParent(Configurationtree_Node cur_Cf, Configurationtree_Node parent_Cf, MemoryApplication memoryApplication, Log_Reports log_Reports)
{
Usercontrol uct = null;
if (log_Reports.Successful)
{
uct = Utility_XmlToConfigurationtree_NodeImpl.GetUsercontrol(cur_Cf, memoryApplication, log_Reports);
}
uct.ControlCommon.Configurationtree_Control.List_Child.Add(cur_Cf, log_Reports);
}
示例14: Expressionv_4ASelectRecordImpl
//
//────────────────────────────────────────
public Expressionv_4ASelectRecordImpl(Expression_Node_String parent_Expression_Node, Configurationtree_Node parent_Configurationtree_Node, MemoryApplication owner_MemoryApplication)
: base(parent_Expression_Node, parent_Configurationtree_Node, owner_MemoryApplication)
{
this.expression_Field = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
this.expression_LookupVal = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
this.expression_Required = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
this.expression_From = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
this.expression_Storage = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
this.expression_Description = new Expression_Node_StringImpl(parent_Expression_Node, parent_Configurationtree_Node);
}
示例15: Expression_ValuecontrolImpl
//────────────────────────────────────────
/// <summary>
/// コンストラクター。
/// </summary>
/// <param name="moOpyopyo"></param>
/// <param name="s_ParentNode"></param>
public Expression_ValuecontrolImpl(
Expression_Node_String ec_FcName,
MemoryApplication owner_MemoryApplication,
Expression_Node_String parent_Expression_Node,
Configurationtree_Node parent_Configurationtree_Node
)
: base(parent_Expression_Node, parent_Configurationtree_Node, owner_MemoryApplication)
{
this.expression_UsercontrolName = ec_FcName;
}