C# 클래스 RPCLibrary.Parameter

상속: Load
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
Parameter ( Direction direction, string name, DAO data ) : System
Parameter ( Direction direction, string name, ExtensionType extensionType, BasicType basicType, object value ) : System
Parameter ( Direction direction, string name, object value ) : System
Parameter ( Direction direction, string name, string type, object value ) : System
Parameter ( string name, DAO data ) : System
Parameter ( string name, ExtensionType extensionType, BasicType basicType, object value ) : System
Parameter ( string name, object value ) : System
Parameter ( string name, string type, object value ) : System
Parse ( XmlElement parameter ) : Parameter
ToString ( ) : string

메소드 상세

Parameter() 공개 메소드

public Parameter ( Direction direction, string name, DAO data ) : System
direction Direction
name string
data DAO
리턴 System

Parameter() 공개 메소드

public Parameter ( Direction direction, string name, ExtensionType extensionType, BasicType basicType, object value ) : System
direction Direction
name string
extensionType ExtensionType
basicType BasicType
value object
리턴 System

Parameter() 공개 메소드

public Parameter ( Direction direction, string name, object value ) : System
direction Direction
name string
value object
리턴 System

Parameter() 공개 메소드

public Parameter ( Direction direction, string name, string type, object value ) : System
direction Direction
name string
type string
value object
리턴 System

Parameter() 공개 메소드

public Parameter ( string name, DAO data ) : System
name string
data DAO
리턴 System

Parameter() 공개 메소드

public Parameter ( string name, ExtensionType extensionType, BasicType basicType, object value ) : System
name string
extensionType ExtensionType
basicType BasicType
value object
리턴 System

Parameter() 공개 메소드

public Parameter ( string name, object value ) : System
name string
value object
리턴 System

Parameter() 공개 메소드

public Parameter ( string name, string type, object value ) : System
name string
type string
value object
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( XmlElement parameter ) : Parameter
parameter XmlElement
리턴 Parameter

ToString() 공개 메소드

public ToString ( ) : string
리턴 string