Show / Hide Table of Contents

Class PostalAddress

Inheritance
object
PostalAddress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class PostalAddress

Properties

| Edit this page View Source

BomRef

Declaration
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Country

Declaration
[ProtoMember(2)]
public string Country { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Locality

Declaration
[ProtoMember(4)]
public string Locality { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PostOfficeBoxNumber

Declaration
[ProtoMember(5)]
public string PostOfficeBoxNumber { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PostalCode

Declaration
[ProtoMember(6)]
public string PostalCode { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Region

Declaration
[ProtoMember(3)]
public string Region { get; set; }
Property Value
Type Description
string
| Edit this page View Source

StreetAddress

Declaration
[ProtoMember(7)]
public string StreetAddress { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX