Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AGCCloudDBObject

en

AGCCloudDBObject class is an abstract class and is the base class of the object type

zh

AGCCloudDBObject 类是一个抽象类,属于对象类型的基类

Hierarchy

  • AGCCloudDBObject

Index

Properties

Private _objId

_objId: string

Methods

getObjectTypeName

  • getObjectTypeName(): string
  • en

    Developers can invoke this method to obtain the name of an object type.

    zh

    开发者调用此方法获取对象类型的名称。

    Returns string

    Name of an object type.

getPackageName

  • getPackageName(): any
  • en

    Developers can invoke this method to obtain the full path of a custom object type class.

    zh

    开发者调用此方法获取自定义对象类型类的全路径。

    Returns any

    Full path of the object type class customized by a developer.

Generated using TypeDoc