Table of Contents

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

Facebook

A Facebook profile URL

public static WebAddressType Facebook

Field Value

WebAddressType

Gab

A Gab username

public static WebAddressType Gab

Field Value

WebAddressType

GitHub

A GitHub username/URL

public static WebAddressType GitHub

Field Value

WebAddressType

ICQ

An ICQ username

public static WebAddressType ICQ

Field Value

WebAddressType

Instagram

An Instagram username

public static WebAddressType Instagram

Field Value

WebAddressType

LinkedIn

A LinkedIn URL

public static WebAddressType LinkedIn

Field Value

WebAddressType

MeWe

A MeWe username/URL

public static WebAddressType MeWe

Field Value

WebAddressType

Parler

A Parler username

public static WebAddressType Parler

Field Value

WebAddressType

PersonalWebsite

A personal website URL

public static WebAddressType PersonalWebsite

Field Value

WebAddressType

QQ

A QQ username/number

public static WebAddressType QQ

Field Value

WebAddressType

Quora

A Quora username

public static WebAddressType Quora

Field Value

WebAddressType

Reddit

A Reddit username/URL

public static WebAddressType Reddit

Field Value

WebAddressType

Signal

A Signal username/number

public static WebAddressType Signal

Field Value

WebAddressType

Skype

A Skype username/URL

public static WebAddressType Skype

Field Value

WebAddressType

StackOverflow

A Stack Overflow username/URL

public static WebAddressType StackOverflow

Field Value

WebAddressType

Telegram

A Telegram username

public static WebAddressType Telegram

Field Value

WebAddressType

Telegraph

A Telegraph username

public static WebAddressType Telegraph

Field Value

WebAddressType

Twitter

A Twitter handle

public static WebAddressType Twitter

Field Value

WebAddressType

Unknown

An unknown internet handle/URL (the platform/website/app was not specified)

public static WebAddressType Unknown

Field Value

WebAddressType

WeChat

A WeChat username

public static WebAddressType WeChat

Field Value

WebAddressType

WhatsApp

A WhatsApp username/number

public static WebAddressType WhatsApp

Field Value

WebAddressType

Properties

Value

The raw string value

public string Value { get; protected set; }

Property Value

string

Operators

implicit operator WebAddressType(string)

Converts a string to a WebAddressType

public static implicit operator WebAddressType(string value)

Parameters

value string

the string to use

Returns

WebAddressType