Class DtazvNameAndAddress
Inheritance
System.Object
DtazvNameAndAddress
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.Dtazv
Assembly: Subsembly.Sepa.dll
Syntax
public class DtazvNameAndAddress
Properties
City
City name with up to 35 characters.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name with up to 70 characters. Will be serialized onto two lines of 35 characters each.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Street
Street or postbox with up to 35 characters.
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FromSepaAddress(ISepaNameAndAddress)
Declaration
public static DtazvNameAndAddress FromSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters
Type | Name | Description |
---|---|---|
ISepaNameAndAddress | aSepaAddress |
Returns
Type | Description |
---|---|
DtazvNameAndAddress |
ParseDta(String[])
Declaration
public static DtazvNameAndAddress ParseDta(string[] vs)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | vs |
Returns
Type | Description |
---|---|
DtazvNameAndAddress |
ToDtaAddress()
Declaration
public string[] ToDtaAddress()
Returns
Type | Description |
---|---|
System.String[] |
ToSepaAddress(ISepaNameAndAddress)
Declaration
public void ToSepaAddress(ISepaNameAndAddress aSepaAddress)
Parameters
Type | Name | Description |
---|---|---|
ISepaNameAndAddress | aSepaAddress |