Encapsulates information about a space type.

C# | Visual Basic | Visual C++ | J# |
public interface ISpaceTypeDescriptor
Public Interface ISpaceTypeDescriptor
public interface class ISpaceTypeDescriptor
public interface ISpaceTypeDescriptor

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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.
|