Difference between revisions of "CAEngine::DefaultDefTableRenderingStyle/zh"

(Created page with "= 示例用法 =")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<languages />
 
<languages />
[[Category:ADE User Guide]]
+
[[Category:ADE User Guide | 目录:ADE用户指南]]
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
+
[[ADE User Guide/zh |  ADE用户指南]] > [[ADE Server Class Reference/zh | ADE类型参考]] > [[CAEngine/zh | CAEngine]]
  
 
= 描述 =
 
= 描述 =
  
The default [[CARenderingStyle|rendering style]] controlling how definition table values are tranferred to and from ADE.  All definition tables obtained from [[CAObject::DefTable]] inherit these settings when they are first created.
+
控制定义表格值如何传入和传出ADE的默认[[CARenderingStyle/zh | rendering style]](风格类型)。所有从[[CAObject::DefTable/zh | CAObject::DefTable]]返回的定义表在建立之初都继承这些设置。
  
 
= 数据类型 =
 
= 数据类型 =
Line 11: Line 11:
 
[[CARenderingStyle/zh | CARenderingStyle]]
 
[[CARenderingStyle/zh | CARenderingStyle]]
  
= 访问 =
+
= 存取 =
  
This is a read/write property.  However, you don't usually set the property itself (if you do, you would assign it a [[CARenderingStyle]] object instance, but rather you normally set the properties of the [[CARenderingStyle]] object it points to.
+
这是一个读/写属性。但是,通常你不需要设置该属性本身(如果你设置了,你将需要给它赋值一个[[CARenderingStyle/zh | CARenderingStyle]]对象实例,但是你一般需要设置它指向的[[CARenderingStyle/zh | CARenderingStyle]]对象的属性)。
  
 
= 示例用法 =
 
= 示例用法 =
Line 20: Line 20:
 
  ade.DefaultRenderingStyle.GeneralExpression = false;
 
  ade.DefaultRenderingStyle.GeneralExpression = false;
  
= When to use =
+
= 什么时候使用 =
  
Set this when you want to ensure an application-wide default behavior for all [[CAObject::DefTable|DefTables]].
+
当你想确保一个应用程序范围内的默认行为时,为[[CAObject::DefTable/zh | DefTables]]设定此处。
  
= See Also =
+
= 另请参考 =
  
* class [[CARenderingStyle]]
+
* 类型[[CARenderingStyle/zh | CARenderingStyle]]
* [[CAEngine::DefaultRenderingStyle]] -- global default for results
+
* [[CAEngine::DefaultRenderingStyle/zh | CAEngine::DefaultRenderingStyle]]——结果的全局默认设置
* [[CAObject::DefTable]]
+
* [[CAObject::DefTable/zh | CAObject::DefTable]]

Latest revision as of 06:53, 25 October 2015

Other languages:
English • ‎中文

ADE用户指南 > ADE类型参考 > CAEngine

描述

控制定义表格值如何传入和传出ADE的默认 rendering style(风格类型)。所有从 CAObject::DefTable返回的定义表在建立之初都继承这些设置。

数据类型

CARenderingStyle

存取

这是一个读/写属性。但是,通常你不需要设置该属性本身(如果你设置了,你将需要给它赋值一个 CARenderingStyle对象实例,但是你一般需要设置它指向的 CARenderingStyle对象的属性)。

示例用法

CAEngine ade = new CAEngine;
ade.DefaultRenderingStyle.GeneralExpression = false;

什么时候使用

当你想确保一个应用程序范围内的默认行为时,为 DefTables设定此处。

另请参考

Comments


You are not allowed to post comments.