25 private readonly
bool _isEnabled;
34 internal WinGetAdminSetting(
string entryName,
string rawContent,
bool hasShortenedContent,
bool isEnabled) : base(entryName, rawContent, hasShortenedContent)
36 _isEnabled = isEnabled;
47 if (ReferenceEquals(
this, other))
Represents a basic winget info entry.
bool HasShortenedContent
Gets if content of the package is shortened.
string RawContent
Gets the raw content of the info entry.
string EntryName
Gets the name of the info entry.
Represents a winget admin settings entry.
override bool Equals(WinGetAdminSetting? other)
bool IsEnabled
Gets if the admin option is enabled.