Class AlternativeProcedure
Provides alternative schema content for a SwissQRCode.
Inheritance
System.Object
AlternativeProcedure
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DPL.Telerik.Barcode
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class AlternativeProcedure
Constructors
AlternativeProcedure(String, String)
Initializes a new instance of the Alternative
Declaration
public AlternativeProcedure(string alternativeProcedure1, string alternativeProcedure2 = null)
Parameters
System. Parameter character chain of the alternative scheme. |
System. Parameter character chain of the alternative scheme. |
Properties
AlternativeProcedure1
The first line of the alternative procedure.
Declaration
public string AlternativeProcedure1 { get; }
Property Value
System.
|
AlternativeProcedure2
The second line of the alternative procedure.
Declaration
public string AlternativeProcedure2 { get; }
Property Value
System.
|