C# 클래스 WorkshopModPack, SteamWorkshopUploader

파일 보기 프로젝트 열기: nihilocrat/SteamWorkshopUploader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
contentfolder string
description string
metadata string
previewfile string
publishedfileid string
tags List
title string
visibility int

공개 메소드들

메소드 설명
Load ( string filename ) : WorkshopModPack,
Save ( string filename ) : void
ValidateTags ( ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string filename ) : WorkshopModPack,
filename string
리턴 WorkshopModPack,

Save() 공개 메소드

public Save ( string filename ) : void
filename string
리턴 void

ValidateTags() 공개 메소드

public ValidateTags ( ) : void
리턴 void

프로퍼티 상세

contentfolder 공개적으로 프로퍼티

public string contentfolder
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

metadata 공개적으로 프로퍼티

public string metadata
리턴 string

previewfile 공개적으로 프로퍼티

public string previewfile
리턴 string

publishedfileid 공개적으로 프로퍼티

public string publishedfileid
리턴 string

tags 공개적으로 프로퍼티

public List tags
리턴 List

title 공개적으로 프로퍼티

public string title
리턴 string

visibility 공개적으로 프로퍼티

public int visibility
리턴 int