Class EntityEntry
Represents the entries of entity class.
Inheritance
System.Object
EntityEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class EntityEntry
Constructors
EntityEntry(Entity)
Initializes a new instance of EntityEntry class with the specified entity.
Declaration
public EntityEntry(Entity ent)
Parameters
Type | Name | Description |
---|---|---|
Entity | ent | The Entity object. |
Fields
Current
Specifies the current entity.
Declaration
public Entity Current
Field Value
Type |
---|
Entity |
Index
Specifies the index value.
Declaration
public int Index
Field Value
Type |
---|
System.Int32 |
Methods
Fetch()
Fetches the entries element.
Declaration
public bool Fetch()
Returns
Type | Description |
---|---|
System.Boolean | True if contains entry; otherwise, false. |