azos icon indicating copy to clipboard operation
azos copied to clipboard

Add DataDoc Dexcription from XML Comment indirection syntax, so the text does not get duplicated

Open zhabis opened this issue 2 years ago • 0 comments

  /// <summary>
   /// A GDID for an optional association of this item with a specific person on the customer account (e.g. an email/phone belonging to head of household)
   /// </summary>
   [Field(required: false, Description = "<summary>")] //<---EXAMPLE redirection tag
   public GDID G_Person { get; set; }

zhabis avatar Feb 01 '22 16:02 zhabis