Back to Website
Show / Hide Table of Contents

Class BarcodeData

Inheritance
System.Object
BarcodeData
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class BarcodeData

Constructors

BarcodeData()

Declaration
public BarcodeData()

Properties

BarcodeFormat

Declaration
public WritableBarcodeFormat? BarcodeFormat { get; set; }
Property Value
Type Description
System.Nullable<WritableBarcodeFormat>

BarcodeSubType

Declaration
public BarcodeSubType BarcodeSubType { get; set; }
Property Value
Type Description
BarcodeSubType

BarcodeValue

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

Data

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

Email

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

FirstName

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

LastName

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

MobilePhone

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

Organization

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

Phone

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

Position

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

Url

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

Methods

Clone()

Declaration
public BarcodeData Clone()
Returns
Type Description
BarcodeData

Equals(BarcodeData)

Declaration
protected bool Equals(BarcodeData other)
Parameters
Type Name Description
BarcodeData other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...