'Declaration Public Enum ReferenceEnum Inherits System.Enum
public enum ReferenceEnum : System.Enum
For internal use.
Specifies a referenced object in an expression in a Unit.'Declaration Public Enum ReferenceEnum Inherits System.Enum
public enum ReferenceEnum : System.Enum
Member | Description |
---|---|
Column | The current page column. |
Id | An object with the specified Id (provided for backward compatibility only). |
Name | An object with the specified name. |
Next | The next object at the same level as the current object. |
Page | The current page. |
PageIndex | A page with the specific index. |
Parent | The parent of the current object. |
Prev | The previous object at the same level as the current object. |
Self | The current object. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.ReferenceEnum