EntitySchemaTEntity Constructor  | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EntitySchema(
	Type entityIdentifierType
)
Public Sub New ( 
	entityIdentifierType As Type
)
public:
EntitySchema(
	Type^ entityIdentifierType
)
new : 
        entityIdentifierType : Type -> EntitySchemaParameters
- entityIdentifierType
 - Type: SystemType
            The type of the EntityIdentifier of this entity type.
             
Exceptions
See Also