Show / Hide Table of Contents

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
IPrerequisite
Namespace: Microsoft.PackageGraph.MicrosoftUpdate.Metadata.Prerequisites
Assembly: package-graph-microsoft-update.dll
Syntax
public class AtLeastOne : IPrerequisite

Properties

| Improve this Doc View Source

IsCategory

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
| Improve this Doc View Source

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

Implements

IPrerequisite
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX