Alias Class

Definition

The alias type.

public class Alias
type Alias = class
Public Class Alias
Inheritance
Alias

Constructors

Alias()

Initializes a new instance of the Alias class.

Alias(String, IList<AliasPath>, Nullable<AliasType>, String, AliasPattern, AliasPathMetadata)

Initializes a new instance of the Alias class.

Properties

DefaultMetadata

Gets the default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata

DefaultPath

Gets or sets the default path for an alias.

DefaultPattern

Gets or sets the default pattern for an alias.

Name

Gets or sets the alias name.

Paths

Gets or sets the paths for an alias.

Type

Gets or sets the type of the alias. Possible values include: 'NotSpecified', 'PlainText', 'Mask'

Applies to