Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EntityEntry

    Show / Hide Table of Contents

    Class EntityEntry

    Represents the entries of entity class.

    Inheritance
    System.Object
    EntityEntry
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class EntityEntry : Object

    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 Description
    Entity

    Index

    Specifies the index value.

    Declaration
    public int Index
    Field Value
    Type Description
    System.Int32

    Methods

    Fetch()

    Fetches the entries element.

    Declaration
    public bool Fetch()
    Returns
    Type Description
    System.Boolean

    True if contains entry; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved