Table of Contents

Class PatternTableEntry

Namespace
NuGet.ContentModel
Assembly
Chocolatey.NuGet.Packaging.dll
public class PatternTableEntry
Inheritance
PatternTableEntry
Inherited Members

Constructors

PatternTableEntry(string, string, object)

public PatternTableEntry(string propertyName, string name, object value)

Parameters

propertyName string
name string
value object

Properties

Name

Item name

public string Name { get; }

Property Value

string

PropertyName

PropertyName moniker

public string PropertyName { get; }

Property Value

string

Value

Item replacement value

public object Value { get; }

Property Value

object