private static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(ContactPersonCompositeKey))) { return(ClassDef.ClassDefs[typeof(ContactPersonCompositeKey)]); } return(CreateClassDef()); }
public new static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(FilledCircleInheritsCircleNoPK))) { return(ClassDef.ClassDefs[typeof(FilledCircleInheritsCircleNoPK)]); } return(CreateClassDef()); }
private static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(BOWithCompositePK))) { return(ClassDef.Get <BOWithCompositePK>()); } return(CreateClassDef()); }
public static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(FakeSubClass))) { return(ClassDef.ClassDefs[typeof(FakeSubClass)]); } return(CreateClassDef()); }
public new static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(Circle))) { return(ClassDef.ClassDefs[typeof(Circle)]); } return(CreateClassDef()); }
public new static IClassDef GetClassDef() { if (ClassDef.IsDefined(typeof(FilledCircleNoPrimaryKey))) { return(ClassDef.ClassDefs[typeof(FilledCircleNoPrimaryKey)]); } return(CreateClassDef()); }
protected internal static IClassDef GetClassDef() { if (!ClassDef.IsDefined(typeof(Engine))) { return(CreateClassDef()); } else { return(ClassDef.ClassDefs[typeof(Engine)]); } }
public new static IClassDef GetClassDef() { return(ClassDef.IsDefined(typeof(CircleNoPrimaryKey)) ? ClassDef.ClassDefs[typeof(CircleNoPrimaryKey)] : CreateClassDef()); }
protected static IClassDef GetClassDef() { return(ClassDef.IsDefined(typeof(Address)) ? ClassDef.ClassDefs[typeof(Address)] : CreateClassDef()); }
protected static IClassDef GetClassDef() { return(ClassDef.IsDefined(typeof(AddressTestBO)) ? ClassDef.ClassDefs[typeof(AddressTestBO)] : LoadDefaultClassDef()); }
protected static IClassDef GetClassDef() { return(!ClassDef.IsDefined(typeof(MockBOWithCompulsoryField)) ? CreateClassDef() : ClassDef.ClassDefs[typeof(MockBOWithCompulsoryField)]); }
// public static MockBO Create() // { // return (MockBO) ClassDef.ClassDefs[typeof (MockBO)].CreateNewBusinessObject(); // } protected static IClassDef GetClassDef() { return(!ClassDef.IsDefined(typeof(MockBO)) ? CreateClassDef() : ClassDef.ClassDefs[typeof(MockBO)]); }
public new static IClassDef GetClassDef() { return(!ClassDef.IsDefined(typeof(FilledCircle)) ? CreateClassDef() : ClassDef.ClassDefs[typeof(FilledCircle)]); }
protected internal static IClassDef GetClassDef() { return(!ClassDef.IsDefined(typeof(Car)) ? CreateClassDef() : ClassDef.ClassDefs[typeof(Car)]); }
protected static IClassDef GetClassDef() { return(ClassDef.IsDefined(typeof(ContactPerson)) ? ClassDef.ClassDefs[typeof(ContactPerson)] : CreateClassDef()); }
private static IClassDef GetClassDef() { return(ClassDef.IsDefined(typeof(TransactionLogStub)) ? ClassDef.ClassDefs[typeof(TransactionLogStub)] : CreateClassDef()); }