GigaSpaces XAP.NET Documentation
SpaceDocument Constructor (typeName)
Class LibraryGigaSpaces.Core.DocumentSpaceDocumentSpaceDocument(String)
Creates a space document of the specified type.
Declaration Syntax
C#Visual BasicVisual C++J#
public SpaceDocument(
	string typeName
)
Public Sub New ( _
	typeName As String _
)
public:
SpaceDocument(
	String^ typeName
)
public SpaceDocument(
	String typeName
)
Parameters
typeName (String)
Name of document's type.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)