| MetadataComponentId |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The ID of a metadata component that depends on another
component.
The component with the ID listed in the
output as MetadataComponentId
has a reference to the component with its ID listed
as
RefMetadataComponentId.
MetadataComponentId
is a string field that usually contains either an
18-character ID or a standard object name. Use
18-character IDs, not 15-character IDs, in your
queries of this field.
|
| MetadataComponentName |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The name of a metadata component that depends on another
component. For example, YourClass for an Apex class or yourField (without the
__c suffix) for
a custom field.
The component with the name listed in
the output as
MetadataComponentName has a
reference to the component with its name listed as
RefMetadataComponentName.
|
| MetadataComponentNamespace |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The namespace of a metadata component that depends on
another component.
The component with the namespace
listed in the output as
MetadataComponentNamespace
has a reference to the component with its namespace
listed as
RefMetadataComponentNamespace.
|
| MetadataComponentType |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The type of a metadata component that depends on another
component.
The component with the type listed in
the output as
MetadataComponentType has a
reference to the component with its type listed as
RefMetadataComponentType.
|
| RefMetadataComponentId |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The ID of a metadata component that another component
depends on.
The component with the ID listed in the
output as
RefMetadataComponentId is
referenced by the component with its ID listed as
MetadataComponentId.
RefMetadataComponentId
is a string field that usually contains either an
18-character ID or a standard object name. Use
18-character IDs, not 15-character IDs, in your
queries of this field.
|
| RefMetadataComponentName |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The name of a metadata component that another component
depends on. For example, YourClass for an Apex class or yourField (without the
__c suffix) for
a custom field.
The component with the name listed in
the output as
RefMetadataComponentName is
referenced by the component with its name listed as
MetadataComponentName.
|
| RefMetadataComponentNamespace |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The namespace of a metadata component that another
component depends on.
The component with the namespace
listed in the output as
RefMetadataComponentNamespace
is referenced by the component with its namespace
listed as
MetadataComponentNamespace.
|
| RefMetadataComponentType |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The type of a metadata component that another component
depends on.
The component with the type listed in the
output as
RefMetadataComponentType is
referenced by the component with its type listed as
MetadataComponentType.
|