Table of Contents

Class DisplayName

Namespace: Casewhere.Common.ValueTypes
Assembly: Casewhere.Common.dll

public class DisplayName

Inheritance

objectDisplayName

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DisplayName>(DisplayName)

Constructors

DisplayName(string)

public DisplayName(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(DisplayName, DisplayName)

public static bool operator ==(DisplayName a, DisplayName b)

Parameters

a DisplayName

b DisplayName

Returns

bool

operator !=(DisplayName, DisplayName)

public static bool operator !=(DisplayName a, DisplayName b)

Parameters

a DisplayName

b DisplayName

Returns

bool