CodeGlyphX logo
CodeGlyphX

API Reference

Class

Bookmark

Namespace CodeGlyphX.Payloads.QrParsedData
Assembly CodeGlyphX
Implements
IEquatable<Bookmark>
Modifiers sealed

Bookmark payload.

Inheritance

  • Object
  • Bookmark

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public Bookmark(String Url, String Title) #

Bookmark payload.

Parameters

Url System.String requiredposition: 0
Title System.String requiredposition: 1

Methods

public Bookmark <Clone>$() #
Returns: Bookmark
public Void Deconstruct(out String Url, out String Title) #
Returns: Void

Parameters

Url String requiredposition: 0
Title String requiredposition: 1
public virtual Boolean Equals(Bookmark other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Url { get; set; } #
public String Title { get; set; } #