EntryTag Class

Represents a file system entry tag.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemEntryTag

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class EntryTag : IEquatable<EntryTag>

The EntryTag type exposes the following members.

Constructors
  NameDescription
Public methodEntryTag
Initializes a new instance of the EntryTag class.
Top
Properties
  NameDescription
Public propertyInheritedFrom
Gets the ID of the entry from which this tag was inherited.
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(EntryTag)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also