Table of Contents

Struct PropertyDescriptor

Namespace
The.Model.History
Assembly
Instagile.Model.dll
public struct PropertyDescriptor
Inherited Members

Fields

ID

public Guid ID

Field Value

Guid

Type

public PropertyType Type

Field Value

PropertyType

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

Parse(string)

public static PropertyDescriptor Parse(string text)

Parameters

text string

Returns

PropertyDescriptor

ToString()

public override string ToString()

Returns

string

Operators

operator ==(PropertyDescriptor, PropertyDescriptor)

public static bool operator ==(PropertyDescriptor left, PropertyDescriptor right)

Parameters

left PropertyDescriptor
right PropertyDescriptor

Returns

bool

operator !=(PropertyDescriptor, PropertyDescriptor)

public static bool operator !=(PropertyDescriptor left, PropertyDescriptor right)

Parameters

left PropertyDescriptor
right PropertyDescriptor

Returns

bool