C# Class Patcher.Data.Fallout4DataContext

Inheritance: DataContext
显示文件 Open project: unforbidable/patcher

Public Methods

Method Description
GetLatestFormVersion ( ) : ushort
GetLatestPluginVersion ( ) : float

Protected Methods

Method Description
GetArchiveExtension ( ) : string
GetDefaultArchives ( ) : IEnumerable
GetDefaultLanguage ( ) : string
GetGameTitle ( ) : string
GetHardcodedForms ( byte pluginNumber ) : IEnumerable
GetIgnoredFormKinds ( ) : IEnumerable
GetPluginListProvider ( ) : IPluginListProvider

Method Details

GetArchiveExtension() protected method

protected GetArchiveExtension ( ) : string
return string

GetDefaultArchives() protected method

protected GetDefaultArchives ( ) : IEnumerable
return IEnumerable

GetDefaultLanguage() protected method

protected GetDefaultLanguage ( ) : string
return string

GetGameTitle() protected method

protected GetGameTitle ( ) : string
return string

GetHardcodedForms() protected method

protected GetHardcodedForms ( byte pluginNumber ) : IEnumerable
pluginNumber byte
return IEnumerable

GetIgnoredFormKinds() protected method

protected GetIgnoredFormKinds ( ) : IEnumerable
return IEnumerable

GetLatestFormVersion() public method

public GetLatestFormVersion ( ) : ushort
return ushort

GetLatestPluginVersion() public method

public GetLatestPluginVersion ( ) : float
return float

GetPluginListProvider() protected method

protected GetPluginListProvider ( ) : IPluginListProvider
return IPluginListProvider