IMetadataProvider RetrieveObjectDefinition Method

Retrieves a single ObjectDefinition.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

IObjectDefinition   RetrieveObjectDefinition(
	string   objectName,
	bool   shouldGetProperties = false,
	bool   shouldGetRelations = false
)

Parameters

objectName

Type: System String

Name of the object.

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: IObjectDefinition

See

IMetadataProvider Interface

Scribe.Core.ConnectorApi Namespace