BBN.DAML.DAMLCommonImpl.DAMLCommonImpl Function
Constructor, takes the URI this value, and the underlying model it will be attached to.

Public void DAMLCommonImpl (string, BBN.DAML.DAMLModel, BBN.DAML.Vocabulary.DAMLVocabulary)
  Type Name Description  
    string uri The URI of the DAML value, or null for an anonymous node.  
    DAMLModel model Reference to the DAML model that will contain statements about this DAML value.  
    DAMLVocabulary vocabulary The vocabulary for this value (defines the namespace). Can be null, in which case the vocabulary defaults to the most recent.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLCommonImpl.#ctor(e,e,DAMLModel,DAMLVocabulary)