Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

AliasNamePair

API reference for AliasNamePair in Vendr, the eCommerce solution for Umbraco v8+

AliasNamePair

Represents an Alias + Name combination

public abstract class AliasNamePair : ValueObjectBase

Inheritance

Namespace

Properties

Alias

Gets the alias

public string Alias { get; set; }

Name

Gets the name

public string Name { get; set; }

Methods

ToString

Converts the alias name pair to a string

public override string ToString()

Operators

AliasNamePair Implicit

Explicit string conversion operator

public static implicit operator string(AliasNamePair anp)

Parameters

Parameter Description
anp
The alias name pair to convert

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.