Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
class SysDictClass extends DictClass implements SysDictXmlReflectionProvider, SysDictXmlDocumentationProvider, SysTypeHierarchyProvider, SysTreeNodeProvider
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
allowMakeObject | |
![]() |
callObject | Calls a method on an object. (Inherited from DictClass.) |
![]() |
callStatic | Calls a static method. (Inherited from DictClass.) |
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
extend | Provides the ID for the class that a specified class extends. (Inherited from DictClass.) |
![]() |
extendedBy | Provides a List object for the classes that extend a specified class. (Inherited from DictClass.) |
![]() |
getAllAttributes | Retrieves the full set of attributes for the class. (Inherited from DictClass.) |
![]() |
getAttribute | Gets the first matching attribute from the class header metadata, creates an instance of the Object class that represents it, and returns it. (Inherited from DictClass.) |
![]() |
getAttributes | (Inherited from DictClass.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
hasObjectMethod | |
![]() |
hasStaticMethod | |
![]() |
id | Provides the ID for a specified class. (Inherited from DictClass.) |
![]() |
implementedBy | Retrieves the classes that implement this interface. |
![]() |
implements | Provides the ID for a specified interface that a class implements. (Inherited from DictClass.) |
![]() |
implementsCnt | Indicates the number of interfaces that a class implements. (Inherited from DictClass.) |
![]() |
isAbstract | Indicates whether a class is abstract. (Inherited from DictClass.) |
![]() |
isExtending | |
![]() |
isFinal | Indicates whether a class is final. (Inherited from DictClass.) |
![]() |
isImplementing | Determines whether this class implements the specified interface. |
![]() |
isInheritedVariable | |
![]() |
isInterface | Indicates whether an object is an interface. (Inherited from DictClass.) |
![]() |
isKernel | Indicates whether a class is a kernel class. (Inherited from DictClass.) |
![]() |
isMethodActual | Indicates whether the actual method implementation is on the class or derived from the base class. |
![]() |
isRunable | Indicates whether a class can be run. (Inherited from DictClass.) |
![]() |
isSystemClass | |
![]() |
makeObject | Creates an object. (Inherited from DictClass.) |
![]() |
methods | Retrieves a set of methods on the class. |
![]() |
methodsActualClassId | |
![]() |
methodsRecursive | |
![]() |
name | Provides the name of a class. (Inherited from DictClass.) |
![]() |
new | Initializes a new instance of the Object class. (Inherited from DictClass.) |
![]() |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
![]() |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
![]() |
objectMethod | Provides the name of a specified instance method in a class. (Inherited from DictClass.) |
![]() |
objectMethodCnt | Indicates the number of instance methods in a class. (Inherited from DictClass.) |
![]() |
objectMethodObject | Provides information about a specified instance method in a class by returning a DictMethod object. (Inherited from DictClass.) |
![]() |
objectMethods2ClassId | |
![]() |
objectMethodSet | |
![]() |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
![]() |
owner | Returns the instance that owns the object. (Inherited from Object.) |
![]() |
path | |
![]() |
RunMode | Specifies where a class is executed. (Inherited from DictClass.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
staticMethod | Provides the name of a specified static method in a class. (Inherited from DictClass.) |
![]() |
staticMethodCnt | Indicates the number of static methods in a class. (Inherited from DictClass.) |
![]() |
staticMethodObject | Provides information about a specified static method in a class by returning a DictMethod object. (Inherited from DictClass.) |
![]() |
subTypes | Retrieves a collection of the subtypes for this type. |
![]() |
subTypesObject | |
![]() |
superMethodsClassId | |
![]() |
superType | Retrieves the super type for this type. |
![]() |
syntax | |
![]() |
toString | Returns a string that represents the current object. (Overrides the toString Method.) |
![]() |
treeNode | |
![]() |
typeIcon | Retrieves the icon of the type. |
![]() |
typeName | Retrieves the name of the type. |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() |
xmlDocumentation | |
![]() |
xmlDocumentationFromMethods | |
![]() |
xmlQualifiedName | |
![]() |
xmlReflection | |
![]() |
xmlReflectionApiData | |
![]() |
xmlReflectionContainers | |
![]() |
xmlReflectionElements | |
![]() |
xmlReflectionFamily | |
![]() |
xmlReflectionImplements | |
![]() |
xmlReflectionMembers | |
![]() |
xmlReflectionSyntax | |
![]() |
xmlReflectionTypeData | |
![]() ![]() |
::as | |
![]() ![]() |
::getImplements | |
![]() ![]() |
::invokeObjectMethod | Invokes an object method on a given object. |
![]() ![]() |
::invokeStaticMethod | Invokes a static class method. |
![]() ![]() |
::invokeStaticMethodIL | Runs the specified method and makes sure that the method is executed under X++ IL. |
![]() ![]() |
::is | |
![]() ![]() |
::isEqualOrSuperclass | |
![]() ![]() |
::isSuperclass | |
![]() ![]() |
::isSystemClassId | Checks whether the class is a system class. |
![]() ![]() |
::newName | |
![]() ![]() |
::superClass |
Top
Inheritance Hierarchy
Object Class
DictClass Class
SysDictClass Class
MCRDictClass Class