# PayloadGenerator.SlovenianUpnQr Class \[Missing <summary> documentation for "T:QRCoder.Core.PayloadGenerator.SlovenianUpnQr"\] ## Definition **Namespace:** QRCoder.Core **Assembly:** QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294 **XMLNS for XAML:** Not mapped to an xmlns. **C#** ``` C# public class SlovenianUpnQr : PayloadGenerator.Payload ``` **C++** ``` C++ public ref class SlovenianUpnQr : public PayloadGenerator.Payload ```
InheritanceObjectPayloadGenerator.Payload → PayloadGenerator.SlovenianUpnQr
## Constructors
PayloadGenerator.SlovenianUpnQr(String, String, String, String, String, String, String, String, Double, String, String, String) Initializes a new instance of the PayloadGenerator.SlovenianUpnQr class
PayloadGenerator.SlovenianUpnQr(String, String, String, String, String, String, String, String, Double, Nullable(DateTime), String, String, String) Initializes a new instance of the PayloadGenerator.SlovenianUpnQr class
## Properties
EccLevel
(Overrides PayloadGenerator.Payload.EccLevel)
EciMode
(Overrides PayloadGenerator.Payload.EciMode)
Version
(Overrides PayloadGenerator.Payload.Version)
## Methods
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides PayloadGenerator.Payload.ToString())
## See Also #### Reference QRCoder.Core Namespace