[Gregor.Core.ISetXmlArgs]

Gregor.Core.ISetXmlArgs

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.ISetXmlArgs

: Gregor.Core.IXmlDataArgs, Gregor.Core.IAttributeSource

Custom Attributes: 

Description: 


Members

GetChildren

System.Collections.ICollection GetChildren(System.Object tag)

Custom Attributes: 

Description: 

GetChildren

System.Collections.ICollection GetChildren()

Custom Attributes: 

Description: 

GetChildren

System.Collections.ICollection GetChildren(System.String sElementName, System.Type tp, System.Object tag)

Custom Attributes: 

Description: 

GetChildren

System.Collections.ICollection GetChildren(System.String sElementName, System.Type tp)

Custom Attributes: 

Description: 

GetFirstChild

System.Object GetFirstChild(System.Object tag)

Custom Attributes: 

Description: 

GetFirstChild

System.Object GetFirstChild()

Custom Attributes: 

Description: 

GetFirstChild

System.Object GetFirstChild(System.String sElementName, System.Type tp, System.Object tag)

Custom Attributes: 

Description: 

GetFirstChild

System.Object GetFirstChild(System.String sElementName, System.Type tp)

Custom Attributes: 

Description: 

GetValueFromCallback

System.Object GetValueFromCallback(Gregor.Core.IXmlCompanion companion, System.String sName)

Custom Attributes: 

Description: 

GetValuesFromCallback

void GetValuesFromCallback(Gregor.Core.CSetXmlCallbackInfo info)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CSetXmlCallbackInfo

System.Object

System.String

System.Type

Gregor.Core.IAttributeSource

Gregor.Core.IXmlCompanion

Gregor.Core.IXmlDataArgs

System.Collections.ICollection

System.Void