Show / Hide Table of Contents

Class PriorityApplication

Inheritance
object
PriorityApplication
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 PriorityApplication

Properties

| Edit this page View Source

ApplicationNumber

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

FilingDate

Declaration
[JsonPropertyName("filingDate")]
public string FilingDate { get; set; }
Property Value
Type Description
string
| Edit this page View Source

FilingDateProto

Declaration
[JsonIgnore]
[ProtoMember(3)]
public DateTime? FilingDateProto { get; set; }
Property Value
Type Description
DateTime?
| Edit this page View Source

Jurisdiction

Declaration
[ProtoMember(2)]
public string Jurisdiction { get; set; }
Property Value
Type Description
string

Methods

| Edit this page View Source

ShouldSerializeFilingDate()

Declaration
public bool ShouldSerializeFilingDate()
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX