[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.PODAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public PortableObjectDocument(
Object graph,
Nullable<DateTime> creationDate = null,
string notes = null
)
public PortableObjectDocument(
Object graph,
Nullable<DateTime> creationDate = null,
string notes = null
)
Public Sub New (
graph As Object,
Optional creationDate As Nullable(Of DateTime) = Nothing,
Optional notes As String = Nothing
)
Public Sub New (
graph As Object,
Optional creationDate As Nullable(Of DateTime) = Nothing,
Optional notes As String = Nothing
)
public:
PortableObjectDocument(
Object^ graph,
Nullable<DateTime> creationDate = nullptr,
String^ notes = nullptr
)
public:
PortableObjectDocument(
Object^ graph,
Nullable<DateTime> creationDate = nullptr,
String^ notes = nullptr
)
new :
graph : Object *
?creationDate : Nullable<DateTime> *
?notes : string
(* Defaults:
let _creationDate = defaultArg creationDate null
let _notes = defaultArg notes null
*)
-> PortableObjectDocument
new :
graph : Object *
?creationDate : Nullable<DateTime> *
?notes : string
(* Defaults:
let _creationDate = defaultArg creationDate null
let _notes = defaultArg notes null
*)
-> PortableObjectDocument