Class IntelAgencyInterestCategoryType
A data type for a groupings of persons by the reason they are of interest to intelligence.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelAgencyInterestCategoryType : IEquatable<IntelAgencyInterestCategoryType>
Properties
AgencyInterestOtherCategory
An additional person-categorization system that groups of people by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestOtherCategory
Declaration
[DataMember(Name = "agencyInterestOtherCategory")]
public List<IntelAgencyInterestOtherCategoryType> AgencyInterestOtherCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IntelAgencyInterestOtherCategoryType> | An additional person-categorization system that groups of people by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestOtherCategory |
Context
intelAgencyInterestCategoryType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelAgencyInterestCategoryType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelAgencyInterestCategoryType.ContextEnum> | intelAgencyInterestCategoryType JSON-LD context |
FbiEcrCode
A VGTOF Group Member Capability Criteria for Entry NIEM reference is intel:FBIECRCode
Declaration
[DataMember(Name = "fbiEcrCode")]
public List<NcicECRCodeType> FbiEcrCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicECRCodeType> | A VGTOF Group Member Capability Criteria for Entry NIEM reference is intel:FBIECRCode |
StateInaCode
A Department of State code that identifies the reason that a group of people are of interest to intelligence. NIEM reference is intel:StateINACodeText
Declaration
[DataMember(Name = "stateInaCode")]
public List<NcTextType> StateInaCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A Department of State code that identifies the reason that a group of people are of interest to intelligence. NIEM reference is intel:StateINACodeText |
SubjectCategoryCode
A general category or classification of persons by the reason they are of interest to intelligence. NIEM reference is intel:SubjectCategoryCodeText
Declaration
[DataMember(Name = "subjectCategoryCode")]
public List<NcTextType> SubjectCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A general category or classification of persons by the reason they are of interest to intelligence. NIEM reference is intel:SubjectCategoryCodeText |
Methods
Equals(IntelAgencyInterestCategoryType)
Returns true if IntelAgencyInterestCategoryType instances are equal
Declaration
public bool Equals(IntelAgencyInterestCategoryType other)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestCategoryType | other | Instance of IntelAgencyInterestCategoryType 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(IntelAgencyInterestCategoryType, IntelAgencyInterestCategoryType)
Declaration
public static bool operator ==(IntelAgencyInterestCategoryType left, IntelAgencyInterestCategoryType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestCategoryType | left | |
IntelAgencyInterestCategoryType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelAgencyInterestCategoryType, IntelAgencyInterestCategoryType)
Declaration
public static bool operator !=(IntelAgencyInterestCategoryType left, IntelAgencyInterestCategoryType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestCategoryType | left | |
IntelAgencyInterestCategoryType | right |
Returns
Type | Description |
---|---|
System.Boolean |