public BCOM.Attachment getAttachment() =>
 ModelRef.AsAttachment(App.ActiveModelReference);
Exemple #2
0
 public static bool IsAttachmentOf(this BCOM.ModelReference model,
                                   BCOM.ModelReference owner)
 {
     return(model.AsAttachment(owner) != null);
 }