WGet.NET 4.4.1
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
WGetNET.Abstractions.WinGetInfoEntry< T > Class Template Referenceabstract

Represents a basic winget info entry. More...

Inheritance diagram for WGetNET.Abstractions.WinGetInfoEntry< T >:
WGetNET.IWinGetObject

Public Member Functions

override string ToString ()
 
bool Equals (T? other)
 
object Clone ()
 

Properties

string EntryName [get]
 Gets the name of the info entry.
 
string RawContent [get]
 Gets the raw content of the info entry.
 
bool HasShortenedContent [get]
 Gets if content of the package is shortened.
 
virtual bool IsEmpty [get]
 Gets if the object is empty.
 
- Properties inherited from WGetNET.IWinGetObject

Detailed Description

Represents a basic winget info entry.

Template Parameters
TThe type of the derived class.
Type Constraints
T :WinGetInfoEntry<T> 

Definition at line 15 of file WinGetInfoEntry.cs.

Member Function Documentation

◆ ToString()

override string WGetNET.Abstractions.WinGetInfoEntry< T >.ToString ( )

Definition at line 85 of file WinGetInfoEntry.cs.

Property Documentation

◆ EntryName

string WGetNET.Abstractions.WinGetInfoEntry< T >.EntryName
get

Gets the name of the info entry.

Definition at line 20 of file WinGetInfoEntry.cs.

◆ HasShortenedContent

bool WGetNET.Abstractions.WinGetInfoEntry< T >.HasShortenedContent
get

Gets if content of the package is shortened.

Definition at line 42 of file WinGetInfoEntry.cs.

◆ IsEmpty

virtual bool WGetNET.Abstractions.WinGetInfoEntry< T >.IsEmpty
get

Gets if the object is empty.

Implements WGetNET.IWinGetObject.

Definition at line 53 of file WinGetInfoEntry.cs.

◆ RawContent

string WGetNET.Abstractions.WinGetInfoEntry< T >.RawContent
get

Gets the raw content of the info entry.

Definition at line 31 of file WinGetInfoEntry.cs.