GigaSpaces XAP.NET Documentation
ISpaceTypeDescriptor Interface
Class LibraryGigaSpaces.Core.MetadataISpaceTypeDescriptor
Encapsulates information about a space type.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ISpaceTypeDescriptor
Public Interface ISpaceTypeDescriptor
public interface class ISpaceTypeDescriptor
public interface ISpaceTypeDescriptor
Members
All MembersMethodsProperties



IconMemberDescription
AliasName
Gets the alias type name.

DocumentWrapperType
Gets the document wrapper class. If a document wrapper class was not set, SpaceDocument class is returned.

FifoGroupingIndexesPaths
Gets the fifo grouping indexes paths

FifoGroupingPropertyPath
Gets the fifo grouping property path.

FifoSupport
Gets the type's FIFO support. FifoSupport

GetFixedProperty(Int32)
Gets a fixed property by its position.

GetFixedProperty(String)
Gets a fixed property by its name.

GetFixedPropertyPosition(String)
Gets the position of a fixed property by the specified property name. If there's no fixed property with that name, -1 is returned.

IdPropertyName
Gets the ID property name.

Indexes
Gets the indexes of the type, mapped by their names. ISpaceIndex

NumOfFixedProperties
Gets the number of fixed properties of the type.

ObjectType
Gets the class which correlates to the type, if available.

Replicable
Gets whether this type is replicable

RoutingPropertyName
Gets the routing property name.

SupportsDynamicProperties
Gets whether this type supports dynamic properties

SupportsOptimisticLocking
Gets whether this type supports optimistic locking.

TypeName
Gets the type name.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)