Class BiomSegmentProcessingPriorityType
A data type for a list of identified segments, indicating the priority with which the segments should be processed.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class BiomSegmentProcessingPriorityType : IEquatable<BiomSegmentProcessingPriorityType>
Properties
Context
biomSegmentProcessingPriorityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public BiomSegmentProcessingPriorityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BiomSegmentProcessingPriorityType.ContextEnum> | biomSegmentProcessingPriorityType JSON-LD context |
ProcessingPriorityValue
A priority value. NIEM reference is biom:ProcessingPriorityValue
Declaration
[DataMember(Name = "processingPriorityValue")]
public List<BiomInteger1to9Type> ProcessingPriorityValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomInteger1to9Type> | A priority value. NIEM reference is biom:ProcessingPriorityValue |
SegmentIdList
A list of segment identifiers. NIEM reference is biom:SegmentIDList
Declaration
[DataMember(Name = "segmentIdList")]
public List<BiomSegmentIDListType> SegmentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BiomSegmentIDListType> | A list of segment identifiers. NIEM reference is biom:SegmentIDList |
Methods
Equals(BiomSegmentProcessingPriorityType)
Returns true if BiomSegmentProcessingPriorityType instances are equal
Declaration
public bool Equals(BiomSegmentProcessingPriorityType other)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentProcessingPriorityType | other | Instance of BiomSegmentProcessingPriorityType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(BiomSegmentProcessingPriorityType, BiomSegmentProcessingPriorityType)
Declaration
public static bool operator ==(BiomSegmentProcessingPriorityType left, BiomSegmentProcessingPriorityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentProcessingPriorityType | left | |
BiomSegmentProcessingPriorityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(BiomSegmentProcessingPriorityType, BiomSegmentProcessingPriorityType)
Declaration
public static bool operator !=(BiomSegmentProcessingPriorityType left, BiomSegmentProcessingPriorityType right)
Parameters
Type | Name | Description |
---|---|---|
BiomSegmentProcessingPriorityType | left | |
BiomSegmentProcessingPriorityType | right |
Returns
Type | Description |
---|---|
System.Boolean |