Class ResourceUpdateInfo
Base class for resource property update objects (such as the TMInfo, TBInfo and CorpusInfo classes encapsulating common information for a TM/TB/Corpus, such as Guid, name and description).
Syntax
public class ResourceUpdateInfo
Fields
Description
The description of the resource (TM/TB/Corpus, etc).
Declaration
public string Description
Type
StringGuid
The Guid of the resource (TM/TB/Corpus, etc).
Declaration
public Guid Guid
Type
GuidName
The name of the resource (TM/TB/Corpus, etc). The name can not contain characters that are invalid in file names (e.g.: ",:,/,,tab, ...).
Declaration
public string Name
Type
StringReadonly
Indicates the readonly state of the resource (TM/TB/Corpus, etc).
Declaration
public bool Readonly