GigaSpaces XAP.NET Documentation
ISpaceTypeManager Interface
Class LibraryGigaSpaces.Core.MetadataISpaceTypeManager
Interface encapsulating operations for getting and managing space type descriptors. Use TypeManager to retrieve the type manager of a
CopyC#
SpaceProxy
instance.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceTypeManager
Public Interface ISpaceTypeManager
public interface class ISpaceTypeManager
public interface ISpaceTypeManager
Members
All MembersMethods



IconMemberDescription
GetTypeDescriptor(String)
Gets the space type descriptor of the specified type.

GetTypeDescriptor(Type)
Gets the space type descriptor of the specified type.

RegisterTypeDescriptor(ISpaceTypeDescriptor)
Registers the specified space type descriptor in the space.

RegisterTypeDescriptor(Type)
Creates a type descriptor for the specified type and registers it in the space.

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