C# Class RPCLibrary.Load

Exibir arquivo Open project: SiteView/ECC8.13 Class Usage Examples

Protected Properties

Property Type Description
data DAO
name string

Public Methods

Method Description
Load ( string name, DAO data ) : System
Load ( string name, ExtensionType extensionType, BasicType basicType, object value ) : System
Load ( string name, object value ) : System
Load ( string name, string type, object value ) : System
Parse ( XmlElement load ) : Load
ToString ( ) : string

Method Details

Load() public method

public Load ( string name, DAO data ) : System
name string
data DAO
return System

Load() public method

public Load ( string name, ExtensionType extensionType, BasicType basicType, object value ) : System
name string
extensionType ExtensionType
basicType BasicType
value object
return System

Load() public method

public Load ( string name, object value ) : System
name string
value object
return System

Load() public method

public Load ( string name, string type, object value ) : System
name string
type string
value object
return System

Parse() public static method

public static Parse ( XmlElement load ) : Load
load System.Xml.XmlElement
return Load

ToString() public method

public ToString ( ) : string
return string

Property Details

data protected_oe property

protected DAO data
return DAO

name protected_oe property

protected string name
return string