Class WebAddressType
- Namespace
- Textkernel.Tx.Models.Resume.ContactInfo
- Assembly
- Textkernel.Tx.SDK.dll
A type of WebAddress. These are useful instead of magic strings.
public class WebAddressType
- Inheritance
-
WebAddressType
- Inherited Members
Fields
A Facebook profile URL
public static WebAddressType Facebook
Field Value
Gab
A Gab username
public static WebAddressType Gab
Field Value
GitHub
A GitHub username/URL
public static WebAddressType GitHub
Field Value
ICQ
An ICQ username
public static WebAddressType ICQ
Field Value
An Instagram username
public static WebAddressType Instagram
Field Value
A LinkedIn URL
public static WebAddressType LinkedIn
Field Value
MeWe
A MeWe username/URL
public static WebAddressType MeWe
Field Value
Parler
A Parler username
public static WebAddressType Parler
Field Value
PersonalWebsite
A personal website URL
public static WebAddressType PersonalWebsite
Field Value
A QQ username/number
public static WebAddressType QQ
Field Value
Quora
A Quora username
public static WebAddressType Quora
Field Value
A Reddit username/URL
public static WebAddressType Reddit
Field Value
Signal
A Signal username/number
public static WebAddressType Signal
Field Value
Skype
A Skype username/URL
public static WebAddressType Skype
Field Value
StackOverflow
A Stack Overflow username/URL
public static WebAddressType StackOverflow
Field Value
Telegram
A Telegram username
public static WebAddressType Telegram
Field Value
Telegraph
A Telegraph username
public static WebAddressType Telegraph
Field Value
A Twitter handle
public static WebAddressType Twitter
Field Value
Unknown
An unknown internet handle/URL (the platform/website/app was not specified)
public static WebAddressType Unknown
Field Value
A WeChat username
public static WebAddressType WeChat
Field Value
A WhatsApp username/number
public static WebAddressType WhatsApp
Field Value
Properties
Value
The raw string value
public string Value { get; protected set; }
Property Value
Operators
implicit operator WebAddressType(string)
Converts a string to a WebAddressType
public static implicit operator WebAddressType(string value)
Parameters
value
stringthe string to use