C# 클래스 EddiDataDefinitions.Modification

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

공개 메소드들

메소드 설명
FixUpModifications ( Module module, Modification>.Dictionary modifications ) : void

There are a number of wrinkles with modifications that we need to fix up when all of the modification information has been gathered. See in-code comments for each case

Modification ( int id ) : System.Collections.Generic
Modify ( decimal value ) : void
Modify ( string name, decimal value, Modification>.Dictionary &modifications ) : void

비공개 메소드들

메소드 설명
modify ( int id, decimal value, Modification>.Dictionary modifications ) : void

메소드 상세

FixUpModifications() 공개 정적인 메소드

There are a number of wrinkles with modifications that we need to fix up when all of the modification information has been gathered. See in-code comments for each case
public static FixUpModifications ( Module module, Modification>.Dictionary modifications ) : void
module Module
modifications Modification>.Dictionary
리턴 void

Modification() 공개 메소드

public Modification ( int id ) : System.Collections.Generic
id int
리턴 System.Collections.Generic

Modify() 공개 메소드

public Modify ( decimal value ) : void
value decimal
리턴 void

Modify() 공개 정적인 메소드

public static Modify ( string name, decimal value, Modification>.Dictionary &modifications ) : void
name string
value decimal
modifications Modification>.Dictionary
리턴 void