Status | ID | Priority | Type |
Closed | 34690 | Major | Question |
Profile | Reply |
gabossoloClient | Hi! Following this example how to get OwnerTargetKey of the owner type (Airline) ? Contact interface: { public Main(Contact instance) : base(instance) { } public ContactsSupport Owner ========================== { [VisibleInDetailView(true)] [Aggregated] [NonPersistentDc] [BackReferenceProperty("ContactOwner")] IList Contacts { get; } } [DomainLogic(typeof(ContactsSupport))] public class ContactsSupportLogic : DomainLogics.Main { public Main(ContactsSupport instance) : base(instance) { } public IList Get_Contacts() => GetWeakList("Contacts"); ========================== public interface Airline : XafariObject, ContactsSupport { } |
User | Description | Posted On |