Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public string FullAddress
  2. {
  3. get
  4. {
  5. return VendorAddNum + " " + TLRoadDirection.Direction + " " + VendorAddName + " " + TLRoadType.RdType + " " + TLUnitTypeOne.UnitType + " " + VendorAddUnitOne + " " + TLUnitTypeTwo.UnitType + " " + VendorAddUnitTwo;
  6. }
  7. }
  8.  
  9. @Html.DisplayNameFor(model => model.FullAddress)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement