Goedel.Persistence.IndexTerm.IndexTerm C# (CSharp) Method

IndexTerm() public method

Initialize class from a JSON encoded class.
public IndexTerm ( string _String ) : System
_String string Input string
return System
		public IndexTerm (string _String) {
			Deserialize (_String);
			}

Same methods

IndexTerm::IndexTerm ( ) : System
IndexTerm::IndexTerm ( JSONReader JSONReader ) : System
IndexTerm::IndexTerm ( string Type, string Term ) : System