GrypeDistro Class

Summary

A Linux distribution.
Assembly
Cake.Grype.dll
Namespace
Cake.Grype.Json
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["GrypeDistro"] class Type type-node

Syntax

public sealed class GrypeDistro

Constructors

Name Summary
GrypeDistro()

Methods

Name Value Summary
get_IdLike() IReadOnlyList<string>
get_Name() string
get_Version() string
set_IdLike()
set_Name()
set_Version()

Extension Methods

Name Value Summary
Dump<GrypeDistro>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<GrypeDistro>(GrypeDistro[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<GrypeDistro>(string) void
Requires the Cake.Issues addin
NotNull<GrypeDistro>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<GrypeDistro>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<GrypeDistro>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Requires the Cake.Issues addin