Click or drag to resize

CommonEntityInterfacesIEntityLastUpdateAddToSchemaTEntity 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.1.418.0 (24.1.418.0)
Syntax
public static void AddToSchema<TEntity>(
	EntitySchema<TEntity> schema
)
where TEntity : class, IEntityLastUpdate

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
ExceptionCondition
ArgumentNullException Thrown when schema is .
See Also