The object type is the base type of the objects definition both in the namespace PGDB.DataFile and PGDB.Schemas
Object
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| StringQuery | 1 | 使用关键词查询Object._innerHash字典对象 |
| Exists | 1 | 查询某一个键名是否存在于这个对象之中 |
| TypeCast | 1 | 基类至派生类的转换 |
| GetDBLinks | 1 | |
| CopyTo | 1 | |
| ToString | 1 | |
| TypeCast | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CommonName | 1 | (Common-Name) This slot defines the primary name by which an object is known to scientists -- a widely used and familiar name (in some cases arbitrary choices must be made). |
| AbbrevName | 1 | (Abbrev-Name) This slot stores an abbreviated name for an object. |
| Synonyms | 1 | (Synonyms) This field defines one or more secondary names for an object -- names that a scientist might attempt to use to retrieve the object. |
| Comment | 1 | (Comment) The Comment slot stores a general comment about the object that contains the slot. |
| Citations | 1 | (Citations) This slot lists general citations pertaining to the object containing the slot. |
| Types | 1 | The TYPES enumerate values in each object. |
| Table | 1 | 当前的对象所属的表对象 |
| Identifier | 1 | |
| Names | 1 | |
| DBLinks | 1 | |
| DBLinksMgr | 1 | |
| Item | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| UNIQUE_ID_REGX | 2 | (解析Unique-Id字段的值所需要的正则表达式) |
05 Members
String, Boolean)使用关键词查询Object._innerHash字典对象
| Name | Type | Description |
|---|---|---|
Key | String | - |
String)查询某一个键名是否存在于这个对象之中
| Name | Type | Description |
|---|---|---|
KeyName | String | 键名 |
``0)基类至派生类的转换
| Name | Description |
|---|---|
T | 类型约束 |
| Name | Type | Description |
|---|---|---|
target | Object | 数据源,基类 |
ToType | ``0 | 转换至的目标类型 |
(Common-Name) This slot defines the primary name by which an object is known to scientists -- a widely used and familiar name (in some cases arbitrary choices must be made). This field can have only one value; that value must be a string.
(Abbrev-Name) This slot stores an abbreviated name for an object. It is used in some displays.
(Synonyms) This field defines one or more secondary names for an object -- names that a scientist might attempt to use to retrieve the object. These names may be out of date or ambiguous, but are used to facilitate retrieval -- the Synonyms should include any name that you might use to try to retrieve an object. In a sense, the name "Synonyms" is misleading because the names listed in this slot may not be exactly synonymous with the preferred name of the object.
(Comment) The Comment slot stores a general comment about the object that contains the slot. The comment should always be enclosed in double quotes.
(Citations) This slot lists general citations pertaining to the object containing the slot. Citations may or may not have evidence codes attached to them. Each value of the slot is a string of the form [reference-ID] or [reference-id:evidence-code:timestamp:curator:probability:with]
The TYPES enumerate values in each object.
当前的对象所属的表对象
(解析Unique-Id字段的值所需要的正则表达式)
T)T)