Class IntelAgencySubjectInterestType
A data type for a detailed description of why an agency placed the person in its repository or why the data on the person is being exchanged.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelAgencySubjectInterestType : IEquatable<IntelAgencySubjectInterestType>
Properties
AgencyInterestCategory
A grouping of persons by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestCategory
Declaration
[DataMember(Name = "agencyInterestCategory")]
public List<IntelAgencyInterestCategoryType> AgencyInterestCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntelAgencyInterestCategoryType> | A grouping of persons by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestCategory |
AgencyName
A name of a government organization that has specified an interest in this person, or has issued a warning or handling instructions regarding this person. NIEM reference is intel:AgencyName
Declaration
[DataMember(Name = "agencyName")]
public List<NcTextType> AgencyName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a government organization that has specified an interest in this person, or has issued a warning or handling instructions regarding this person. NIEM reference is intel:AgencyName |
AgencySubjectHandling
An action to take on contact with the person. NIEM reference is intel:AgencySubjectHandling
Declaration
[DataMember(Name = "agencySubjectHandling")]
public List<IntelAgencySubjectHandlingType> AgencySubjectHandling { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntelAgencySubjectHandlingType> | An action to take on contact with the person. NIEM reference is intel:AgencySubjectHandling |
Context
intelAgencySubjectInterestType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelAgencySubjectInterestType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelAgencySubjectInterestType.ContextEnum> | intelAgencySubjectInterestType JSON-LD context |
SubjectCautionInformation
A piece of cautionary information about a subject. NIEM reference is j:SubjectCautionInformationText
Declaration
[DataMember(Name = "subjectCautionInformation")]
public List<NcTextType> SubjectCautionInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A piece of cautionary information about a subject. NIEM reference is j:SubjectCautionInformationText |
SubjectCautionInformationCode
A piece of cautionary information about a subject. NIEM reference is j:SubjectCautionInformationCode
Declaration
[DataMember(Name = "subjectCautionInformationCode")]
public List<NcicCMCCodeType> SubjectCautionInformationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicCMCCodeType> | A piece of cautionary information about a subject. NIEM reference is j:SubjectCautionInformationCode |
SubjectReasonOnList
A reason why the person has been added to a terrorist watch list by a government organization. NIEM reference is intel:SubjectReasonOnListText
Declaration
[DataMember(Name = "subjectReasonOnList")]
public List<NcTextType> SubjectReasonOnList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason why the person has been added to a terrorist watch list by a government organization. NIEM reference is intel:SubjectReasonOnListText |
Methods
Equals(IntelAgencySubjectInterestType)
Returns true if IntelAgencySubjectInterestType instances are equal
Declaration
public bool Equals(IntelAgencySubjectInterestType other)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencySubjectInterestType | other | Instance of IntelAgencySubjectInterestType 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(IntelAgencySubjectInterestType, IntelAgencySubjectInterestType)
Declaration
public static bool operator ==(IntelAgencySubjectInterestType left, IntelAgencySubjectInterestType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencySubjectInterestType | left | |
IntelAgencySubjectInterestType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelAgencySubjectInterestType, IntelAgencySubjectInterestType)
Declaration
public static bool operator !=(IntelAgencySubjectInterestType left, IntelAgencySubjectInterestType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencySubjectInterestType | left | |
IntelAgencySubjectInterestType | right |
Returns
Type | Description |
---|---|
System.Boolean |