C# Class Microsoft.OfficeProPlus.Downloader.Extensions

Exibir arquivo Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts

Public Methods

Method Description
GetAttributeValue ( this node, string attribute ) : string
GetLanguageName ( this lcid ) : string
GetLanguageNumber ( this ietfLanguageTag ) : int
IsActive ( this task ) : bool

Method Details

GetAttributeValue() public static method

public static GetAttributeValue ( this node, string attribute ) : string
node this
attribute string
return string

GetLanguageName() public static method

public static GetLanguageName ( this lcid ) : string
lcid this
return string

GetLanguageNumber() public static method

public static GetLanguageNumber ( this ietfLanguageTag ) : int
ietfLanguageTag this
return int

IsActive() public static method

public static IsActive ( this task ) : bool
task this
return bool