IMetadataProvider RetrieveObjectDefinitions Method

Retrieves the full list of ObjectDefinitions.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

IEnumerable<IObjectDefinition> RetrieveObjectDefinitions(
	bool   shouldGetProperties = false,
	bool   shouldGetRelations = false
)

Parameters

shouldGetProperties (Optional)

Type: System Boolean

if set to true [should get properties].

shouldGetRelations (Optional)

Type: System Boolean

if set to true [should get relations].

Return Value

Type: IEnumerableIObjectDefinition

See

IMetadataProvider Interface

Scribe.Core.ConnectorApi Namespace