Search Results for

    Show / Hide Table of Contents

    Class RFIDLabel.RFIDBank

    Inheritance
    System.Object
    RFIDLabel.RFIDBank
    Namespace: FastReport
    Assembly: FastReport.Base.dll
    Syntax
    public class RFIDBank

    Constructors

    RFIDBank()

    Declaration
    public RFIDBank()

    Properties

    CountByte

    Gets count byte of data.

    Declaration
    public int CountByte { get; }
    Property Value
    Type Description
    System.Int32

    Data

    Gets or sets a data of bank.

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    System.String

    DataColumn

    Gets or sets a data column name to this bank.

    Declaration
    public string DataColumn { get; set; }
    Property Value
    Type Description
    System.String

    DataFormat

    Gets or sets a data format of bank.

    Declaration
    public RFIDLabel.RFIDBank.Format DataFormat { get; set; }
    Property Value
    Type Description
    RFIDLabel.RFIDBank.Format

    Offset

    Gets or sets a data offset of bank. Offset measured in 16-bit blocks.

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Assign(RFIDLabel.RFIDBank)

    Copies the contents of another, similar object.

    Declaration
    public void Assign(RFIDLabel.RFIDBank rfidBank)
    Parameters
    Type Name Description
    RFIDLabel.RFIDBank rfidBank

    Serialize(FRWriter, String, RFIDLabel.RFIDBank)

    Serializes the object.

    Declaration
    public void Serialize(FRWriter writer, string prefix, RFIDLabel.RFIDBank c)
    Parameters
    Type Name Description
    FRWriter writer
    System.String prefix
    RFIDLabel.RFIDBank c
    Back to top © 1998-2025 Copyright Fast Reports Inc.