C# 클래스 Microsoft.Zing.Application.InterfaceMethod.InputVars

상속: UndoableStorage
파일 보기 프로젝트 열기: ZingModelChecker/Zing

공개 메소드들

메소드 설명
CopyContents ( UndoableStorage usSrc ) : void
GetValue ( int fi ) : object
MakeInstance ( ) : UndoableStorage
SetValue ( int fi, object val ) : void
TraverseFields ( FieldTraverser ft ) : void
WriteString ( StateImpl state, BinaryWriter bw ) : void

비공개 메소드들

메소드 설명
InputVars ( ZingMethod zm ) : System

메소드 상세

CopyContents() 공개 메소드

public CopyContents ( UndoableStorage usSrc ) : void
usSrc UndoableStorage
리턴 void

GetValue() 공개 메소드

public GetValue ( int fi ) : object
fi int
리턴 object

MakeInstance() 공개 메소드

public MakeInstance ( ) : UndoableStorage
리턴 UndoableStorage

SetValue() 공개 메소드

public SetValue ( int fi, object val ) : void
fi int
val object
리턴 void

TraverseFields() 공개 메소드

public TraverseFields ( FieldTraverser ft ) : void
ft FieldTraverser
리턴 void

WriteString() 공개 메소드

public WriteString ( StateImpl state, BinaryWriter bw ) : void
state StateImpl
bw System.IO.BinaryWriter
리턴 void