/ProtoXML/Interfaces/IProtoXChild.vb
# · Visual Basic · 21 lines · 11 code · 10 blank · 0 comment · 0 complexity · b4fb3a039a975df5a4d11ac969549874 MD5 · raw file
- Public Interface IProtoXChild
- Inherits IProtoXBase
-
- Property ParentClass As IProtoXBase
-
- Property Orphan As Boolean
-
- Sub ProcessNode(ByRef Element As XElement)
-
- Sub AttachToParentClass(ByRef ParentClass As IProtoXBase)
-
- Sub AttachToParentNode(ByRef ParentNode As XElement)
-
- Sub ResolveAttachment(ByRef ParentClass As IProtoXBase)
-
- Property SortIndex As Integer
-
- Function CreateNew() As IProtoXChild
-
-
- End Interface