[Gregor.Core.IGetXmlArgs]

Gregor.Core.IGetXmlArgs

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IGetXmlArgs

: Gregor.Core.IXmlDataArgs, Gregor.Core.IAttributeSink

Custom Attributes: 

Description: 


Members

AddChild

void AddChild(Gregor.Core.IXmlCompanion kid, System.Object tag)

Custom Attributes: 

Description: 

AddChild

void AddChild(Gregor.Core.IXmlCompanion kid)

Custom Attributes: 

Description: 

AddChildren

void AddChildren(System.Collections.ICollection kids, System.Object tag)

Custom Attributes: 

Description: 

AddChildren

void AddChildren(System.Collections.ICollection kids)

Custom Attributes: 

Description: 

AddSerializedAttribute

void AddSerializedAttribute(Gregor.Core.IXmlDataArgs args, System.String sName)

Custom Attributes: 

Description: 

AddSerializedChild

void AddSerializedChild(Gregor.Core.IXmlDataArgs childArgs, System.Boolean fDeepCopy)

Custom Attributes: 

Description: 

AddSerializedChild

void AddSerializedChild(Gregor.Core.IXmlDataArgs args, System.Int32 childIndex, System.Boolean fDeepCopy)

Custom Attributes: 

Description: 

AddSerializedChildren

void AddSerializedChildren(Gregor.Core.IXmlDataArgs args, System.Boolean fDeepCopy)

Custom Attributes: 

Description: 

Initialize

void Initialize(System.String sElementName, Gregor.Core.IXmlCompanion companion)

Custom Attributes: 

Description: 


See Also

System.Object

System.String

Gregor.Core.IAttributeSink

Gregor.Core.IXmlCompanion

Gregor.Core.IXmlDataArgs

System.Collections.ICollection

System.Boolean

System.Int32

System.Void