Class PayloadGenerator.ContactData
Inherited Members
Namespace: QRCoder
Assembly: Subsembly.Scraper.dll
Syntax
public class PayloadGenerator.ContactData : PayloadGenerator.Payload
Constructors
ContactData(ContactOutputType, string, string, string, string, string, string, string, DateTime?, string, string, string, string, string, string, string, string, AddressOrder, string, string)
Generates a vCard or meCard contact dataset
Declaration
public ContactData(PayloadGenerator.ContactData.ContactOutputType outputType, string firstname, string lastname, string nickname = null, string phone = null, string mobilePhone = null, string workPhone = null, string email = null, DateTime? birthday = null, string website = null, string street = null, string houseNumber = null, string city = null, string zipCode = null, string country = null, string note = null, string stateRegion = null, PayloadGenerator.ContactData.AddressOrder addressOrder = AddressOrder.Default, string org = null, string orgTitle = null)
Parameters
Type | Name | Description |
---|---|---|
PayloadGenerator.ContactData.ContactOutputType | outputType | Payload output type |
string | firstname | The firstname |
string | lastname | The lastname |
string | nickname | The displayname |
string | phone | Normal phone number |
string | mobilePhone | Mobile phone |
string | workPhone | Office phone number |
string | E-Mail address |
|
DateTime? | birthday | Birthday |
string | website | Website / Homepage |
string | street | Street |
string | houseNumber | Housenumber |
string | city | City |
string | zipCode | Zip code |
string | country | Country |
string | note | Memo text / notes |
string | stateRegion | State or Region |
PayloadGenerator.ContactData.AddressOrder | addressOrder | The address order format to use |
string | org | Organisation/Company |
string | orgTitle | Organisation/Company Title |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |