Class IntelAgencyInterestOtherCategoryType
A data type for a details that describe an additional person-categorization system that groups of people by the reason they are of interest to intelligence.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class IntelAgencyInterestOtherCategoryType : IEquatable<IntelAgencyInterestOtherCategoryType>
Properties
AgencyInterestCategory
A kind of source of the code and/or description used to detail groups of people by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryText
Declaration
[DataMember(Name = "agencyInterestCategory")]
public List<NcTextType> AgencyInterestCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of source of the code and/or description used to detail groups of people by the reason they are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryText |
AgencyInterestCategoryCode
A reason that a group of people are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryCodeText
Declaration
[DataMember(Name = "agencyInterestCategoryCode")]
public List<NcTextType> AgencyInterestCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A reason that a group of people are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryCodeText |
AgencyInterestCategoryDescription
A description of the reason that a group of people are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryDescriptionText
Declaration
[DataMember(Name = "agencyInterestCategoryDescription")]
public List<NcTextType> AgencyInterestCategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the reason that a group of people are of interest to intelligence. NIEM reference is intel:AgencyInterestCategoryDescriptionText |
Context
intelAgencyInterestOtherCategoryType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public IntelAgencyInterestOtherCategoryType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IntelAgencyInterestOtherCategoryType.ContextEnum> | intelAgencyInterestOtherCategoryType JSON-LD context |
Methods
Equals(IntelAgencyInterestOtherCategoryType)
Returns true if IntelAgencyInterestOtherCategoryType instances are equal
Declaration
public bool Equals(IntelAgencyInterestOtherCategoryType other)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestOtherCategoryType | other | Instance of IntelAgencyInterestOtherCategoryType 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(IntelAgencyInterestOtherCategoryType, IntelAgencyInterestOtherCategoryType)
Declaration
public static bool operator ==(IntelAgencyInterestOtherCategoryType left, IntelAgencyInterestOtherCategoryType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestOtherCategoryType | left | |
IntelAgencyInterestOtherCategoryType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(IntelAgencyInterestOtherCategoryType, IntelAgencyInterestOtherCategoryType)
Declaration
public static bool operator !=(IntelAgencyInterestOtherCategoryType left, IntelAgencyInterestOtherCategoryType right)
Parameters
Type | Name | Description |
---|---|---|
IntelAgencyInterestOtherCategoryType | left | |
IntelAgencyInterestOtherCategoryType | right |
Returns
Type | Description |
---|---|
System.Boolean |