CommonEntityInterfacesIEntityRotationalAccelerationAddToSchemaTEntity Method |
Adds the properties defined by this interface to the specified schema.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void AddToSchema<TEntity>(
EntitySchema<TEntity> schema
)
where TEntity : class, IEntityRotationalAcceleration
Public Shared Sub AddToSchema(Of TEntity As {Class, IEntityRotationalAcceleration}) (
schema As EntitySchema(Of TEntity)
)
public:
generic<typename TEntity>
where TEntity : ref class, IEntityRotationalAcceleration
static void AddToSchema(
EntitySchema<TEntity>^ schema
)
static member AddToSchema :
schema : EntitySchema<'TEntity> -> unit when 'TEntity : not struct and IEntityRotationalAcceleration
Parameters
- schema
- Type: AGI.Foundation.TrackingEntitySchemaTEntity
The schema to which to add the properties defined by this interface.
Type Parameters
- TEntity
- The type of entity.
Exceptions See Also