Why do I need to reference my base class in my UI?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aaron

    Why do I need to reference my base class in my UI?

    If my BIL is inheriting and makes reference to my base class why do I also
    need to make reference to my base class in my UI? I thought the BIL could
    encapulate away this level of detail from the UI. Am I doing something wrong
    here?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Why do I need to reference my base class in my UI?

    Aaron,

    What is a BIL?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Aaron" <someone@micros oft.com> wrote in message
    news:OIk%23y8th EHA.3664@TK2MSF TNGP12.phx.gbl. ..[color=blue]
    > If my BIL is inheriting and makes reference to my base class why do I also
    > need to make reference to my base class in my UI? I thought the BIL could
    > encapulate away this level of detail from the UI. Am I doing something
    > wrong
    > here?
    >
    >[/color]


    Comment

    • Ignacio Machin \( .NET/ C#  MVP \)

      #3
      Re: Why do I need to reference my base class in my UI?

      Hi,

      As paldino said, what is BIL ?

      A can think of at least one case where this may happen, if your base class
      has a static method. Other than that I don't see how you get any problem
      with it.

      Cheers,

      --
      Ignacio Machin,
      ignacio.machin AT dot.state.fl.us
      Florida Department Of Transportation

      "Aaron" <someone@micros oft.com> wrote in message
      news:OIk%23y8th EHA.3664@TK2MSF TNGP12.phx.gbl. ..[color=blue]
      > If my BIL is inheriting and makes reference to my base class why do I also
      > need to make reference to my base class in my UI? I thought the BIL could
      > encapulate away this level of detail from the UI. Am I doing something[/color]
      wrong[color=blue]
      > here?
      >
      >[/color]


      Comment

      Working...