GigaSpaces XAP.NET Documentation
ITypeDescriptor Interface
Class LibraryGigaSpaces.Core.MetadataITypeDescriptor
Encapsulates information about a type in the space.
Declaration Syntax
C#Visual BasicVisual C++J#
[ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.")]
public interface ITypeDescriptor
<ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.")> _
Public Interface ITypeDescriptor
[ObsoleteAttribute(L"Since 8.0.1 - See ISpaceTypeDescriptor.")]
public interface class ITypeDescriptor
/** @attribute ObsoleteAttribute("Since 8.0.1 - See ISpaceTypeDescriptor.") */
public interface ITypeDescriptor
Members
All MembersProperties



IconMemberDescription
BaseTypesNames
Names of base types.

Fields
Returns information about the type's fields.

Fifo
Is type marked for FIFO processing.

Replicate
Is type marked for replication.

SpaceName
Name of type in the space.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)