EntryTagData Class

The DTO object for EntryTag.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataContractAttribute]
public class EntryTagData : BaseDataContract

The EntryTagData type exposes the following members.

Constructors
  NameDescription
Public methodEntryTagData
Initializes a new instance of the EntryTagData class.
Top
Properties
  NameDescription
Public propertyInheritedFrom
Gets the ID of the entry from which this tag was inherited.
Public propertyInheritedFromFriendlyFullyName
If this tag is inherited from a file, then the friendly full name of the file is included so it can be displayed immediately in the UI.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyValue
Gets the value.
Top
See Also