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

Public void DAMLCommonImpl (string, string, BBN.DAML.DAMLModel, BBN.DAML.Vocabulary.DAMLVocabulary)
  Type Name Description  
    string ns The namespace the class inhabits, or null  
    string name The name of the DAML value  
    DAMLModel model Reference to the DAML model that will contain statements about this DAML class.  
    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,DAMLModel,DAMLVocabulary)