C# 클래스 AddonManager.AddonProject.Catalog

파일 보기 프로젝트 열기: berkay2578/nfsw-server

공개 프로퍼티들

프로퍼티 타입 설명
addonCreator String
addonDescription String
addonName String
addonVersion String
basket_definitions List
catalog_categories List
catalog_products List

공개 메소드들

메소드 설명
Catalog ( ) : System
getFileLocation ( String listBoxEntry ) : String
getListBoxEntryText ( String listBoxEntry ) : String

메소드 상세

Catalog() 공개 메소드

public Catalog ( ) : System
리턴 System

getFileLocation() 공개 정적인 메소드

public static getFileLocation ( String listBoxEntry ) : String
listBoxEntry String
리턴 String

getListBoxEntryText() 공개 정적인 메소드

public static getListBoxEntryText ( String listBoxEntry ) : String
listBoxEntry String
리턴 String

프로퍼티 상세

addonCreator 공개적으로 프로퍼티

public String addonCreator
리턴 String

addonDescription 공개적으로 프로퍼티

public String addonDescription
리턴 String

addonName 공개적으로 프로퍼티

public String addonName
리턴 String

addonVersion 공개적으로 프로퍼티

public String addonVersion
리턴 String

basket_definitions 공개적으로 프로퍼티

public List basket_definitions
리턴 List

catalog_categories 공개적으로 프로퍼티

public List catalog_categories
리턴 List

catalog_products 공개적으로 프로퍼티

public List catalog_products
리턴 List