Restituisce l'oggetto EntityDef predefinito dello schema.
Questo metodo restituisce l'oggetto EntityDef predefinito come definito nello schema. Per i metodi che richiedono un oggetto EntityDef denominato, Rational ClearQuest utilizza l'oggetto EntityDef predefinito quando il nome è la stringa vuota ("").
VBScript
session.GetDefaultEntityDef
Perl
$session->GetDefaultEntityDef();
VBScript
set sessionObj = GetSession
set defEntityDef = sessionObj.GetDefaultEntityDef
Perl
#Create a Rational ClearQuest session
$sessionObj = $entity->GetSession();
#Get the default record type of the schema
$defEntityDef = $sessionObj->GetDefaultEntityDef();