In This Topic
    IAddress.vb
    In This Topic
    Option Explicit On
    Option Strict On
    
    Imports System
    Imports System.Xml
    
    ' **********************************************************************************************
    ' * Copyright (c) 2001-2023 Liquid Technologies Limited. All rights reserved.
    ' * See www.liquid-technologies.com for product details.
    ' *
    ' * Please see products End User License Agreement for distribution permissions.
    ' *
    ' * WARNING: THIS FILE IS GENERATED
    ' * Changes made outside of ##HAND_CODED_BLOCK_START blocks will be overwritten
    ' *
    ' * Generation  :  by Liquid XML Data Binder 19.0.14.11049
    ' * Using Schema: DerivedByExtension.xsd
    ' **********************************************************************************************
    
    
    Namespace DerivedByExtensionLib
        ''' <summary>
        ''' </summary>
        Public Interface IAddress
            Inherits LiquidTechnologies.Runtime.XmlObjectInterface
    
            #Region "Member variables"
            #Region "Attribute - Name"
            ''' <summary>
            ''' Represents a mandatory Element in the XML document
            ''' </summary>
            Property Name() As String
            #End Region
            #Region "Attribute - Street"
            ''' <summary>
            ''' Represents a mandatory Element in the XML document
            ''' </summary>
            Property Street() As String
            #End Region
            #Region "Attribute - City"
            ''' <summary>
            ''' Represents a mandatory Element in the XML document
            ''' </summary>
            Property City() As String
            #End Region
        
            #End Region    
    
    ' ##HAND_CODED_BLOCK_START ID="Additional Methods"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
    
    ' Add Additional Methods and members here...
    
    ' ##HAND_CODED_BLOCK_END ID="Additional Methods"## DO NOT MODIFY ANYTHING OUTSIDE OF THESE TAGS
        End Interface
    End Namespace