Class IntelSubjectHandlingType
A data type for an action for the designated agency to take on contact with the person.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelSubjectHandlingType : IEquatable<IntelSubjectHandlingType>
Properties
AgencyName
A name of an agency for whom the person handling information is designated. NIEM reference is intel:SubjectHandlingAgencyName
Declaration
[DataMember(Name = "agencyName")]
public List<NcTextType> AgencyName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an agency for whom the person handling information is designated. NIEM reference is intel:SubjectHandlingAgencyName |
Code
An action for the designated agency to take on contact with the person. NIEM reference is intel:SubjectHandlingCodeText
Declaration
[DataMember(Name = "code")]
public List<NcTextType> Code { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An action for the designated agency to take on contact with the person. NIEM reference is intel:SubjectHandlingCodeText |
Context
intelSubjectHandlingType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelSubjectHandlingType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelSubjectHandlingType.ContextEnum> | intelSubjectHandlingType JSON-LD context |
Description
A description that identifies the action for the designated agency to take on contact with the person. NIEM reference is intel:SubjectHandlingDescriptionText
Declaration
[DataMember(Name = "description")]
public List<NcTextType> Description { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description that identifies the action for the designated agency to take on contact with the person. NIEM reference is intel:SubjectHandlingDescriptionText |
Methods
Equals(IntelSubjectHandlingType)
Returns true if IntelSubjectHandlingType instances are equal
Declaration
public bool Equals(IntelSubjectHandlingType other)
Parameters
Type | Name | Description |
---|---|---|
IntelSubjectHandlingType | other | Instance of IntelSubjectHandlingType 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(IntelSubjectHandlingType, IntelSubjectHandlingType)
Declaration
public static bool operator ==(IntelSubjectHandlingType left, IntelSubjectHandlingType right)
Parameters
Type | Name | Description |
---|---|---|
IntelSubjectHandlingType | left | |
IntelSubjectHandlingType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelSubjectHandlingType, IntelSubjectHandlingType)
Declaration
public static bool operator !=(IntelSubjectHandlingType left, IntelSubjectHandlingType right)
Parameters
Type | Name | Description |
---|---|---|
IntelSubjectHandlingType | left | |
IntelSubjectHandlingType | right |
Returns
Type | Description |
---|---|
System.Boolean |