CommonEntityInterfacesIEntityVelocityAddToSchemaTEntity 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static void AddToSchema<TEntity>(
	EntitySchema<TEntity> schema
)
where TEntity : class, IEntityVelocity
Public Shared Sub AddToSchema(Of TEntity As {Class, IEntityVelocity}) ( 
	schema As EntitySchema(Of TEntity)
)public:
generic<typename TEntity>
where TEntity : ref class, IEntityVelocity
static void AddToSchema(
	EntitySchema<TEntity>^ schema
)
static member AddToSchema : 
        schema : EntitySchema<'TEntity> -> unit  when 'TEntity : not struct and IEntityVelocity
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