Class AtLeastOne
A collection of prerequisites, of which at least one must be met for the AtLeastOne prerequisite to be satisfied.
Inheritance
System.Object
AtLeastOne
Implements
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Prerequisites
Assembly: package-graph-microsoft-update.dll
Syntax
public class AtLeastOne : IPrerequisite
Properties
| Improve this Doc View SourceIsCategory
Check if the AtLestOne prerequisite is a "category" prerequisite. Category prerequisites are not true prerequisites, just a way to encode a product and classification for an update.
Declaration
public bool IsCategory { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Simple
Get the list of simple prerequisites that are part of the group
Declaration
public List<Simple> Simple { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Simple> | List of simple prerequisites |