Castle.ActiveRecord.HookDispatcher.Instantiate C# (CSharp) Méthode

Instantiate() public méthode

Instantiate the entity class. Return to indicate that Hibernate should use the default constructor of the class
The identifier property of the returned instance should be initialized with the given identifier.
public Instantiate ( System entityName, EntityMode entityMode, object id ) : object
entityName System the name of the entity
entityMode EntityMode The type of entity instance to be returned.
id object the identifier of the new instance
Résultat object
        public override object Instantiate(System.String entityName, EntityMode entityMode, object id)
        {
            return null;
        }