Click or drag to resize
IWriteHandlerRepresentation Method

[This is preliminary documentation and is subject to change.]

Gets the representation to use for the object, either an instance of transit ground type, or object for which there is a Handler (including an instance of ITaggedValue).

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
Object Representation(
	Object obj
)

Parameters

obj
Type: SystemObject
The object.

Return Value

Type: Object
The representation.
See Also