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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
Constructors
BarcodeData()
Declaration
Properties
Declaration
public WritableBarcodeFormat? BarcodeFormat { get; set; }
Property Value
BarcodeSubType
Declaration
public BarcodeSubType BarcodeSubType { get; set; }
Property Value
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
Equals(BarcodeData)
Declaration
protected bool Equals(BarcodeData other)
Parameters
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()