EntityInfo Structure

Represents basic information about an entity.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.EntitiesEntityInfo

Namespace: Dundas.BI.Entities
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public readonly struct EntityInfo : IEquatable<EntityInfo>

The EntityInfo type exposes the following members.

Properties
 NameDescription
Public propertyIdGets the ID of the entity.
Public propertyObjectTypeGets the kind of the entity.
Top
Methods
 NameDescription
Public methodEquals(EntityInfo)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(EntityInfo, EntityInfo)Implements the operator ==.
Public operatorStatic memberInequality(EntityInfo, EntityInfo)Implements the operator !=.
Top
See Also