/ProtoXML/Interfaces/IProtoXChild.vb

# · Visual Basic · 21 lines · 11 code · 10 blank · 0 comment · 0 complexity · b4fb3a039a975df5a4d11ac969549874 MD5 · raw file

  1. Public Interface IProtoXChild
  2. Inherits IProtoXBase
  3. Property ParentClass As IProtoXBase
  4. Property Orphan As Boolean
  5. Sub ProcessNode(ByRef Element As XElement)
  6. Sub AttachToParentClass(ByRef ParentClass As IProtoXBase)
  7. Sub AttachToParentNode(ByRef ParentNode As XElement)
  8. Sub ResolveAttachment(ByRef ParentClass As IProtoXBase)
  9. Property SortIndex As Integer
  10. Function CreateNew() As IProtoXChild
  11. End Interface