Click or drag to resize

EntitySchemaTEntity Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntitySchema(
	Type entityIdentifierType
)

Parameters

entityIdentifierType
Type: SystemType
The type of the EntityIdentifier of this entity type.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when entityIdentifierType is .
See Also