Click or drag to resize

AuthorizerBaseGetEntityTypeValueForType Method

Gets the EntityType value as integer for the entity type passed in

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected int GetEntityTypeValueForType(
	Type typeOfEntity
)

Parameters

typeOfEntity
Type: SystemType
The type of entity.

Return Value

Type: Int32
the EntityType value as integer for the entity type passed in
See Also