PortableObjectDocument Constructor NFX Class Library

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

Creates a new instance of object document from the graph of arbitrary CLR objects serializing them into well-known POD object types

Namespace: NFX.Serialization.POD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public PortableObjectDocument(
	Object graph,
	Nullable<DateTime> creationDate = null,
	string notes = null
)

Parameters

graph
Type: OnlineSystem Object
creationDate (Optional)
Type: OnlineSystem Nullable OnlineDateTime 
notes (Optional)
Type: OnlineSystem String
See Also