GigaSpaces XAP.NET Documentation
SpaceDocument Constructor (typeName, properties)
Class LibraryGigaSpaces.Core.DocumentSpaceDocumentSpaceDocument(String, IDictionary<(Of <(String, Object>)>))
Creates a space document of the specified type with the specified properties. Using this constructor with given properties introduce the overhead of copying the given properties to the inner document properties
Declaration Syntax
C#Visual BasicVisual C++J#
public SpaceDocument(
	string typeName,
	IDictionary<string, Object> properties
)
Public Sub New ( _
	typeName As String, _
	properties As IDictionary(Of String, Object) _
)
public:
SpaceDocument(
	String^ typeName, 
	IDictionary<String^, Object^>^ properties
)
public SpaceDocument(
	String typeName,
	IDictionary<String, Object> properties
)
Parameters
typeName (String)
Name of document's type.
properties (IDictionary<(Of <(String, Object>)>))
Properties to set in document.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.7.0.0 (9.7.2.11000)