Class JCaseLinkageType
A data type for an identifying number for a case submitted by an agency which is known or believed to be related to the case of this activity.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JCaseLinkageType : IEquatable<JCaseLinkageType>
Properties
Context
jCaseLinkageType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JCaseLinkageType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JCaseLinkageType.ContextEnum> | jCaseLinkageType JSON-LD context |
Number
An identifying number for a case which is known or believed to be related to the activity. NIEM reference is j:CaseLinkageNumberText
Declaration
[DataMember(Name = "number")]
public List<NcTextType> Number { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An identifying number for a case which is known or believed to be related to the activity. NIEM reference is j:CaseLinkageNumberText |
OrganizationOriIdentification
A unique nine character NCIC identification (ORI) assigned to a justice-related organization by the FBI CJIS Division. NIEM reference is j:OrganizationORIIdentification
Declaration
[DataMember(Name = "organizationOriIdentification")]
public List<NcIdentificationType> OrganizationOriIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A unique nine character NCIC identification (ORI) assigned to a justice-related organization by the FBI CJIS Division. NIEM reference is j:OrganizationORIIdentification |
Methods
Equals(JCaseLinkageType)
Returns true if JCaseLinkageType instances are equal
Declaration
public bool Equals(JCaseLinkageType other)
Parameters
Type | Name | Description |
---|---|---|
JCaseLinkageType | other | Instance of JCaseLinkageType 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(JCaseLinkageType, JCaseLinkageType)
Declaration
public static bool operator ==(JCaseLinkageType left, JCaseLinkageType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseLinkageType | left | |
JCaseLinkageType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JCaseLinkageType, JCaseLinkageType)
Declaration
public static bool operator !=(JCaseLinkageType left, JCaseLinkageType right)
Parameters
Type | Name | Description |
---|---|---|
JCaseLinkageType | left | |
JCaseLinkageType | right |
Returns
Type | Description |
---|---|
System.Boolean |