Chiold classes

Garry Newman 2016-11-02 20:12:30 +00:00
parent d9a091a93a
commit a4339bb54c
142 changed files with 1343 additions and 27 deletions

@ -0,0 +1,9 @@
# Created
## Property
```
DateTime Created
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Description
## Property
```
string Description
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# GetProperty
## Method
```
T GetProperty( string name )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# GetStringProperty
## Method
```
string GetStringProperty( string name )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Id
## Property
```
int Id
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Modified
## Property
```
DateTime Modified
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Name
## Property
```
string Name
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# SetProperty
## Method
```
void SetProperty( string name, string value )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# TriggerItemDrop
## Method
```
void TriggerItemDrop( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,16 @@
# Definition
### Methods
* **T** [[GetProperty|Facepunch.Steamworks.Definition.GetProperty]]( **string** name )
* **string** [[GetStringProperty|Facepunch.Steamworks.Definition.GetStringProperty]]( **string** name )
* **void** [[SetProperty|Facepunch.Steamworks.Definition.SetProperty]]( **string** name, **string** value )
* **void** [[TriggerItemDrop|Facepunch.Steamworks.Definition.TriggerItemDrop]]( )
### Properties
* **int** [[Id|Facepunch.Steamworks.Definition.Id]]
### Fields
* **string** [[Name|Facepunch.Steamworks.Definition.Name]]
* **string** [[Description|Facepunch.Steamworks.Definition.Description]]
* **DateTime** [[Created|Facepunch.Steamworks.Definition.Created]]
* **DateTime** [[Modified|Facepunch.Steamworks.Definition.Modified]]

@ -0,0 +1,9 @@
# BytesTotal
## Property
```
int BytesTotal
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# BytesUploaded
## Property
```
int BytesUploaded
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ChangeNote
## Property
```
string ChangeNote
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Delete
## Method
```
void Delete( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Description
## Property
```
string Description
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Error
## Property
```
string Error
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Folder
## Property
```
string Folder
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Id
## Property
```
ulong Id
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# NeedToAgreeToWorkshopLegal
## Property
```
bool NeedToAgreeToWorkshopLegal
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# PreviewImage
## Property
```
string PreviewImage
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Progress
## Property
```
Double Progress
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Publish
## Method
```
void Publish( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Publishing
## Property
```
bool Publishing
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Tags
## Property
```
List\<string\> Tags
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Title
## Property
```
string Title
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Type
## Property
```
Nullable\<ItemType\> Type
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Visibility
## Property
```
Nullable\<VisibilityType\> Visibility
```
## Summary
```
No documentation available
```

@ -0,0 +1,24 @@
# Editor
### Methods
* **void** [[Delete|Facepunch.Steamworks.Editor.Delete]]( )
* **void** [[Publish|Facepunch.Steamworks.Editor.Publish]]( )
### Properties
* **int** [[BytesTotal|Facepunch.Steamworks.Editor.BytesTotal]]
* **int** [[BytesUploaded|Facepunch.Steamworks.Editor.BytesUploaded]]
* **string** [[ChangeNote|Facepunch.Steamworks.Editor.ChangeNote]]
* **string** [[Description|Facepunch.Steamworks.Editor.Description]]
* **string** [[Error|Facepunch.Steamworks.Editor.Error]]
* **string** [[Folder|Facepunch.Steamworks.Editor.Folder]]
* **ulong** [[Id|Facepunch.Steamworks.Editor.Id]]
* **bool** [[NeedToAgreeToWorkshopLegal|Facepunch.Steamworks.Editor.NeedToAgreeToWorkshopLegal]]
* **string** [[PreviewImage|Facepunch.Steamworks.Editor.PreviewImage]]
* **Double** [[Progress|Facepunch.Steamworks.Editor.Progress]]
* **bool** [[Publishing|Facepunch.Steamworks.Editor.Publishing]]
* **List\<string\>** [[Tags|Facepunch.Steamworks.Editor.Tags]]
* **string** [[Title|Facepunch.Steamworks.Editor.Title]]
* **Nullable\<ItemType\>** [[Type|Facepunch.Steamworks.Editor.Type]]
* **Nullable\<VisibilityType\>** [[Visibility|Facepunch.Steamworks.Editor.Visibility]]
### Fields

@ -0,0 +1,9 @@
# Add
## Method
```
void Add( string k, string v )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Capacity
## Property
```
int Capacity
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Count
## Property
```
int Count
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Item
## Property
```
KeyValuePair\<string, string\> Item
```
## Summary
```
No documentation available
```

@ -0,0 +1,11 @@
# Filter
### Methods
* **void** [[Add|Facepunch.Steamworks.Filter.Add]]( **string** k, **string** v )
### Properties
* **int** [[Capacity|Facepunch.Steamworks.Filter.Capacity]]
* **int** [[Count|Facepunch.Steamworks.Filter.Count]]
* **KeyValuePair\<string, string\>** [[Item|Facepunch.Steamworks.Filter.Item]]
### Fields

@ -0,0 +1,9 @@
# BytesDownloaded
## Property
```
ulong BytesDownloaded
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# BytesTotalDownload
## Property
```
ulong BytesTotalDownload
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ChangelogUrl
## Property
```
string ChangelogUrl
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# CommentsUrl
## Property
```
string CommentsUrl
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Created
## Property
```
DateTime Created
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Definition
## Property
```
Definition Definition
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# DefinitionId
## Property
```
int DefinitionId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Description
## Property
```
string Description
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Directory
## Property
```
DirectoryInfo Directory
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# DiscussUrl
## Property
```
string DiscussUrl
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Download
## Method
```
void Download( bool highPriority )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# DownloadPending
## Property
```
bool DownloadPending
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# DownloadProgress
## Property
```
Double DownloadProgress
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Downloading
## Property
```
bool Downloading
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Edit
## Method
```
Editor Edit( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# FavouriteCount
## Property
```
int FavouriteCount
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# FollowerCount
## Property
```
int FollowerCount
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Id
## Property
```
ulong Id
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Installed
## Property
```
bool Installed
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Modified
## Property
```
DateTime Modified
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# NeedsUpdate
## Property
```
bool NeedsUpdate
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OwnerId
## Property
```
ulong OwnerId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OwnerName
## Property
```
string OwnerName
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# PreviewImageUrl
## Property
```
string PreviewImageUrl
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Quantity
## Property
```
int Quantity
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ReportScore
## Property
```
int ReportScore
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Score
## Property
```
Single Score
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Size
## Property
```
ulong Size
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# StartsUrl
## Property
```
string StartsUrl
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Subscribed
## Property
```
bool Subscribed
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# SubscriptionCount
## Property
```
int SubscriptionCount
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Tags
## Property
```
String[] Tags
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Title
## Property
```
string Title
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# TradeLocked
## Property
```
bool TradeLocked
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Url
## Property
```
string Url
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# VoteDown
## Method
```
void VoteDown( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# VoteUp
## Method
```
void VoteUp( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# VotesDown
## Property
```
uint VotesDown
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# VotesUp
## Property
```
uint VotesUp
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# WebsiteViews
## Property
```
int WebsiteViews
```
## Summary
```
No documentation available
```

@ -0,0 +1,43 @@
# Item
### Methods
* **void** [[Download|Facepunch.Steamworks.Item.Download]]( **bool** highPriority )
* **Editor** [[Edit|Facepunch.Steamworks.Item.Edit]]( )
* **void** [[VoteDown|Facepunch.Steamworks.Item.VoteDown]]( )
* **void** [[VoteUp|Facepunch.Steamworks.Item.VoteUp]]( )
### Properties
* **ulong** [[BytesDownloaded|Facepunch.Steamworks.Item.BytesDownloaded]]
* **ulong** [[BytesTotalDownload|Facepunch.Steamworks.Item.BytesTotalDownload]]
* **string** [[ChangelogUrl|Facepunch.Steamworks.Item.ChangelogUrl]]
* **string** [[CommentsUrl|Facepunch.Steamworks.Item.CommentsUrl]]
* **DateTime** [[Created|Facepunch.Steamworks.Item.Created]]
* **string** [[Description|Facepunch.Steamworks.Item.Description]]
* **DirectoryInfo** [[Directory|Facepunch.Steamworks.Item.Directory]]
* **string** [[DiscussUrl|Facepunch.Steamworks.Item.DiscussUrl]]
* **bool** [[Downloading|Facepunch.Steamworks.Item.Downloading]]
* **bool** [[DownloadPending|Facepunch.Steamworks.Item.DownloadPending]]
* **Double** [[DownloadProgress|Facepunch.Steamworks.Item.DownloadProgress]]
* **int** [[FavouriteCount|Facepunch.Steamworks.Item.FavouriteCount]]
* **int** [[FollowerCount|Facepunch.Steamworks.Item.FollowerCount]]
* **ulong** [[Id|Facepunch.Steamworks.Item.Id]]
* **bool** [[Installed|Facepunch.Steamworks.Item.Installed]]
* **DateTime** [[Modified|Facepunch.Steamworks.Item.Modified]]
* **bool** [[NeedsUpdate|Facepunch.Steamworks.Item.NeedsUpdate]]
* **ulong** [[OwnerId|Facepunch.Steamworks.Item.OwnerId]]
* **string** [[OwnerName|Facepunch.Steamworks.Item.OwnerName]]
* **string** [[PreviewImageUrl|Facepunch.Steamworks.Item.PreviewImageUrl]]
* **int** [[ReportScore|Facepunch.Steamworks.Item.ReportScore]]
* **Single** [[Score|Facepunch.Steamworks.Item.Score]]
* **ulong** [[Size|Facepunch.Steamworks.Item.Size]]
* **string** [[StartsUrl|Facepunch.Steamworks.Item.StartsUrl]]
* **bool** [[Subscribed|Facepunch.Steamworks.Item.Subscribed]]
* **int** [[SubscriptionCount|Facepunch.Steamworks.Item.SubscriptionCount]]
* **String[]** [[Tags|Facepunch.Steamworks.Item.Tags]]
* **string** [[Title|Facepunch.Steamworks.Item.Title]]
* **string** [[Url|Facepunch.Steamworks.Item.Url]]
* **uint** [[VotesDown|Facepunch.Steamworks.Item.VotesDown]]
* **uint** [[VotesUp|Facepunch.Steamworks.Item.VotesUp]]
* **int** [[WebsiteViews|Facepunch.Steamworks.Item.WebsiteViews]]
### Fields

@ -0,0 +1,9 @@
# AppId
## Property
```
uint AppId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Block
## Method
```
void Block( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Dispose
## Method
```
void Dispose( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# ExcludeTags
## Property
```
List\<string\> ExcludeTags
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# FileId
## Property
```
List\<ulong\> FileId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# IsRunning
## Property
```
bool IsRunning
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Items
## Property
```
Item[] Items
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Order
## Property
```
Order Order
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Page
## Property
```
int Page
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# PerPage
## Property
```
int PerPage
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# QueryType
## Property
```
QueryType QueryType
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# RequireAllTags
## Property
```
bool RequireAllTags
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# RequireTags
## Property
```
List\<string\> RequireTags
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Run
## Method
```
void Run( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# SearchText
## Property
```
string SearchText
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# TotalResults
## Property
```
int TotalResults
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# UploaderAppId
## Property
```
uint UploaderAppId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# UserId
## Property
```
Nullable\<ulong\> UserId
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# UserQueryType
## Property
```
UserQueryType UserQueryType
```
## Summary
```
No documentation available
```

@ -0,0 +1,26 @@
# Query
### Methods
* **void** [[Block|Facepunch.Steamworks.Query.Block]]( )
* **void** [[Dispose|Facepunch.Steamworks.Query.Dispose]]( )
* **void** [[Run|Facepunch.Steamworks.Query.Run]]( )
### Properties
* **uint** [[AppId|Facepunch.Steamworks.Query.AppId]]
* **List\<string\>** [[ExcludeTags|Facepunch.Steamworks.Query.ExcludeTags]]
* **List\<ulong\>** [[FileId|Facepunch.Steamworks.Query.FileId]]
* **bool** [[IsRunning|Facepunch.Steamworks.Query.IsRunning]]
* **Item[]** [[Items|Facepunch.Steamworks.Query.Items]]
* **Order** [[Order|Facepunch.Steamworks.Query.Order]]
* **int** [[Page|Facepunch.Steamworks.Query.Page]]
* **int** [[PerPage|Facepunch.Steamworks.Query.PerPage]]
* **QueryType** [[QueryType|Facepunch.Steamworks.Query.QueryType]]
* **bool** [[RequireAllTags|Facepunch.Steamworks.Query.RequireAllTags]]
* **List\<string\>** [[RequireTags|Facepunch.Steamworks.Query.RequireTags]]
* **string** [[SearchText|Facepunch.Steamworks.Query.SearchText]]
* **int** [[TotalResults|Facepunch.Steamworks.Query.TotalResults]]
* **uint** [[UploaderAppId|Facepunch.Steamworks.Query.UploaderAppId]]
* **Nullable\<ulong\>** [[UserId|Facepunch.Steamworks.Query.UserId]]
* **UserQueryType** [[UserQueryType|Facepunch.Steamworks.Query.UserQueryType]]
### Fields

@ -0,0 +1,9 @@
# Dispose
## Method
```
void Dispose( )
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Finished
## Property
```
bool Finished
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# OnUpdate
## Property
```
Action OnUpdate
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Responded
## Property
```
List\<Server\> Responded
```
## Summary
```
No documentation available
```

@ -0,0 +1,9 @@
# Unresponsive
## Property
```
List\<Server\> Unresponsive
```
## Summary
```
No documentation available
```

@ -0,0 +1,12 @@
# Request
### Methods
* **void** [[Dispose|Facepunch.Steamworks.Request.Dispose]]( )
### Properties
### Fields
* **Action** [[OnUpdate|Facepunch.Steamworks.Request.OnUpdate]]
* **List\<Server\>** [[Responded|Facepunch.Steamworks.Request.Responded]]
* **List\<Server\>** [[Unresponsive|Facepunch.Steamworks.Request.Unresponsive]]
* **bool** [[Finished|Facepunch.Steamworks.Request.Finished]]

Some files were not shown because too many files have changed in this diff Show More