|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » ProvidedAssociation (RSS)
-
Very often there is a need to add new members to existing Business objects that live in assemblies that we do not own. Take the following example: We have a persistent object DashboardDefinition: public class DashboardDefinition : BaseObject { public DashboardDefinition(Session session) ...
-
If you are tired of writing both parts of an association or if you want to add an association to an object that you do not own check eXpand’s ProvidedAssociation attribute.
Creating OneTo Many public class Employee:BaseObject
{
public Employee(Session session) : base(session)
{ ...
|
|
|