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

Public void DAMLClassImpl (string, string, BBN.DAML.DAMLModel, BBN.DAML.Vocabulary.DAMLVocabulary)
  Type Name Description  
    string ns The namespace the class inhabits, or null  
    string name he name of the class  
    DAMLModel model Reference to the DAML model that will contain statements about this DAML class.  
    DAMLVocabulary vocabulary Reference to the DAML vocabulary used by this class.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLClassImpl.#ctor(e,DAMLModel,DAMLVocabulary)