Click or drag to resize

gramCaseSet Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Data.semanticLexicon.posCase.gramCaseSet"]

Inheritance Hierarchy
SystemObject
  imbNLP.Data.semanticLexicon.posCasegramCaseSet

Namespace:  imbNLP.Data.semanticLexicon.posCase
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
[XmlIncludeAttribute(typeof(KeyValuePair<string, gramFlags>))]
public class gramCaseSet : IEnumerable<KeyValuePair<string, gramFlags>>, 
	IEnumerable

The gramCaseSet type exposes the following members.

Constructors
  NameDescription
Public methodgramCaseSet
Initializes a new instance of the gramCaseSet class
Top
Properties
  NameDescription
Protected propertyitems
Top
Methods
  NameDescription
Public methodAdd(Object)
Public methodAdd(String, gramFlags)
Add gramFlags into the set, defined by the specified declaration. If the same declaration exists it is not added.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetAll
Creates inline string representation of the case set
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetPosType
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 methodSetAll
Reads the inline string representation and populates the content
Public methodToString
Returns a string that represents the set in inline format
(Overrides ObjectToString.)
Public methodToString(ILogBuilder, Boolean)
Logs a multiline description of the gramCaseSet
Top
See Also