GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlBindingTransformer Class / AddBinding Method / AddBinding(String) Method
a property name, without periods, that will also be the attribute name
In This Topic
    AddBinding(String) Method
    In This Topic
    Associate an attribute on this transformer's element with the same named property value on this transformer's type of object.
    Syntax
    public void AddBinding( 
       string prop
    )

    Parameters

    prop
    a property name, without periods, that will also be the attribute name
    Remarks
    This just calls AddBinding(String,String).
    See Also