Class SelectionCriteriaEntryBuilder
- Namespace
- NuGet.ContentModel
- Assembly
- Chocolatey.NuGet.Packaging.dll
public class SelectionCriteriaEntryBuilder : SelectionCriteriaBuilder
- Inheritance
-
SelectionCriteriaEntryBuilder
- Inherited Members
-
Properties
Add
public override SelectionCriteriaEntryBuilder Add { get; }
Property Value
- SelectionCriteriaEntryBuilder
Builder
public SelectionCriteriaBuilder Builder { get; }
Property Value
- SelectionCriteriaBuilder
Criteria
public override SelectionCriteria Criteria { get; }
Property Value
- SelectionCriteria
Entry
public SelectionCriteriaEntry Entry { get; }
Property Value
- SelectionCriteriaEntry
this[string, object]
public SelectionCriteriaEntryBuilder this[string key, object value] { get; }
Parameters
key
string
value
object
Property Value
- SelectionCriteriaEntryBuilder
this[string, string]
public SelectionCriteriaEntryBuilder this[string key, string value] { get; }
Parameters
key
string
value
string
Property Value
- SelectionCriteriaEntryBuilder