Class HeavyResourceInfo
Base class for heavy resources (TMInfo, TBInfo and CorpusInfo classes) including some meta data (Domain, Subject, etc.).
Syntax
public class HeavyResourceInfo : ResourceInfo
Fields
Client
The client attribute of the TM/TB/Corpus.
Declaration
public string Client
Type
StringDomain
The domain attribute of the TM/TB/Corpus.
Declaration
public string Domain
Type
StringIsUsedInProject
Defines whether this resource (TM/TB/Corpus) is used in online projects. Available since version 9.4.12.
Declaration
public bool IsUsedInProject
Type
BooleanLastModified
The date and time when this resource (TM/TB/Corpus) was last used including querying. Available since version 9.4.12.
Declaration
public DateTime LastModified
Type
DateTimeLastUsed
The date and time when this resource (TM/TB/Corpus) was last used including querying. Available since version 9.4.12.
Declaration
public DateTime LastUsed
Type
DateTimeProject
The project attribute of the TM/TB/Corpus.
Declaration
public string Project
Type
StringSubject
The subject attribute of the TM/TB/Corpus.
Declaration
public string Subject