Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How can i add description?????

How can i add description?????

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vanamaindia
    wrote on last edited by
    #1

    :confused:Hi I want to add my custom description to my custom class or methods using asp.net. (e.g) .Tostring() is a method which has a custom description given by Msoft as "Converts the value of this instance to its equivalent string representation usingthe specified the format " Likewise i want to add my own customised message to my methods. can you give idea plz. I hope so u can clearly understand the ques. If not get back to me.

    S 1 Reply Last reply
    0
    • V Vanamaindia

      :confused:Hi I want to add my custom description to my custom class or methods using asp.net. (e.g) .Tostring() is a method which has a custom description given by Msoft as "Converts the value of this instance to its equivalent string representation usingthe specified the format " Likewise i want to add my own customised message to my methods. can you give idea plz. I hope so u can clearly understand the ques. If not get back to me.

      S Offline
      S Offline
      Sun Rays
      wrote on last edited by
      #2

      Hi, before writting your function you have to type /// you will see like below. /// <summary> /// Put your description here /// </summary> /// <param name="ctrl"></param> private void MyExample(Control ctrl) { } hope it will help you.

      Thanks, Sun Rays To get something you must have to try once. My Articles

      V 1 Reply Last reply
      0
      • S Sun Rays

        Hi, before writting your function you have to type /// you will see like below. /// <summary> /// Put your description here /// </summary> /// <param name="ctrl"></param> private void MyExample(Control ctrl) { } hope it will help you.

        Thanks, Sun Rays To get something you must have to try once. My Articles

        V Offline
        V Offline
        Vanamaindia
        wrote on last edited by
        #3

        yaa,it's working ... But I'm using webservice.. i've two classes in that service with some methods,properties.. I'm added discription to those methods and properties But the description is not getting in webapplication for those ... How can I get it??

        M 1 Reply Last reply
        0
        • V Vanamaindia

          yaa,it's working ... But I'm using webservice.. i've two classes in that service with some methods,properties.. I'm added discription to those methods and properties But the description is not getting in webapplication for those ... How can I get it??

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          The description which is shown in IntelliSense come from XML file. So, you should probably check whether this doc XML file exists or not.

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups