Click or drag to resize

industryClassModel Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Represents one industry area: having its TF-IDF table, MC repository, sample list
Inheritance Hierarchy
SystemObject
  fileDataStructure
    imbWBI.IndustryTermModel.industryindustryClassModel

Namespace:  imbWBI.IndustryTermModel.industry
Assembly:  imbWBI.IndustryTermModel (in imbWBI.IndustryTermModel.dll) Version: 1.0.49
Syntax
C#
public class industryClassModel : fileDataStructure, 
	IFileDataStructure, IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName, IDocumentSetClass

The industryClassModel type exposes the following members.

Constructors
  NameDescription
Public methodindustryClassModel
Initializes a new instance of the industryClassModel class
Public methodindustryClassModel(String, String, String)
Initializes a new instance of the industryClassModel class
Top
Properties
  NameDescription
Public propertyclassID
Gets or sets the class identifier.
Public propertydescription
Protected propertydescriptor (Inherited from fileDataStructure.)
Public propertyfolder (Inherited from fileDataStructure.)
Public propertyMCRepository
Gets or sets the mc repository.
Public propertyMCRepositoryName
Public propertyname
Public propertyparent
Gets or sets the parent.
Public propertyqualificationList
Public propertyQualificationList
Gets or sets the qualification list.
Public propertyrepoFolderRoot
Public propertytreeLetterAcronim
Public propertyWebSiteSample
Top
Methods
  NameDescription
Protected methodCustomFolderDescriptionLines (Inherited from fileDataStructure.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFilterSites
Returns only sites that are part of the industry
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnBeforeSave
Called when before saving the data structure
(Overrides fileDataStructure.OnBeforeSave.)
Public methodOnLoaded
Called when object is loaded
(Overrides fileDataStructure.OnLoaded.)
Public methodSave (Inherited from fileDataStructure.)
Public methodSetFolderDescription (Inherited from fileDataStructure.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also