Group
Show / Hide Table of Contents

Class WebAddressType

A type of WebAddress. These are useful instead of magic strings.

Inheritance
System.Object
WebAddressType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.ContactInfo
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class WebAddressType

Fields

| Improve this Doc View Source

Facebook

A Facebook profile URL

Declaration
public static WebAddressType Facebook
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Gab

A Gab username

Declaration
public static WebAddressType Gab
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

GitHub

A GitHub username/URL

Declaration
public static WebAddressType GitHub
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

ICQ

An ICQ username

Declaration
public static WebAddressType ICQ
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Instagram

An Instagram username

Declaration
public static WebAddressType Instagram
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

LinkedIn

A LinkedIn URL

Declaration
public static WebAddressType LinkedIn
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

MeWe

A MeWe username/URL

Declaration
public static WebAddressType MeWe
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Parler

A Parler username

Declaration
public static WebAddressType Parler
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

PersonalWebsite

A personal website URL

Declaration
public static WebAddressType PersonalWebsite
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

QQ

A QQ username/number

Declaration
public static WebAddressType QQ
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Quora

A Quora username

Declaration
public static WebAddressType Quora
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Reddit

A Reddit username/URL

Declaration
public static WebAddressType Reddit
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Signal

A Signal username/number

Declaration
public static WebAddressType Signal
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Skype

A Skype username/URL

Declaration
public static WebAddressType Skype
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

StackOverflow

A Stack Overflow username/URL

Declaration
public static WebAddressType StackOverflow
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Telegram

A Telegram username

Declaration
public static WebAddressType Telegram
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Telegraph

A Telegraph username

Declaration
public static WebAddressType Telegraph
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Twitter

A Twitter handle

Declaration
public static WebAddressType Twitter
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

Unknown

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

Declaration
public static WebAddressType Unknown
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

WeChat

A WeChat username

Declaration
public static WebAddressType WeChat
Field Value
Type Description
WebAddressType
| Improve this Doc View Source

WhatsApp

A WhatsApp username/number

Declaration
public static WebAddressType WhatsApp
Field Value
Type Description
WebAddressType

Properties

| Improve this Doc View Source

Value

The raw string value

Declaration
public string Value { get; protected set; }
Property Value
Type Description
System.String

Operators

| Improve this Doc View Source

Implicit(String to WebAddressType)

Converts a string to a WebAddressType

Declaration
public static implicit operator WebAddressType(string value)
Parameters
Type Name Description
System.String value

the string to use

Returns
Type Description
WebAddressType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾