Class JVictimMOType
A data type for details pertaining to facts attained from an actual crime scene, giving investigators insights into behaviors of a victim or concerning the treatment of a victim as related to subject MO.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JVictimMOType : IEquatable<JVictimMOType>
Properties
Action
An action of the victim at time of incident. NIEM reference is j:VictimMOActionText
Declaration
[DataMember(Name = "action")]
public List<NcTextType> Action { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An action of the victim at time of incident. NIEM reference is j:VictimMOActionText |
ActionCode
An action of the victim at time of incident. NIEM reference is j:VictimMOActionCode
Declaration
[DataMember(Name = "actionCode")]
public List<NdexVictimMOWasCodeType> ActionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOWasCodeType> | An action of the victim at time of incident. NIEM reference is j:VictimMOActionCode |
Approached
An approach taken toward the victim by the subject. NIEM reference is j:VictimMOApproachedText
Declaration
[DataMember(Name = "approached")]
public List<NcTextType> Approached { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An approach taken toward the victim by the subject. NIEM reference is j:VictimMOApproachedText |
ApproachedCode
An approach taken toward the victim by the subject. NIEM reference is j:VictimMOApproachedCode
Declaration
[DataMember(Name = "approachedCode")]
public List<NdexVictimMOApproachedCodeType> ApproachedCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOApproachedCodeType> | An approach taken toward the victim by the subject. NIEM reference is j:VictimMOApproachedCode |
Bindings
A type of article used by the subject at the crime scene to bind a victim. NIEM reference is j:VictimMOBindingsText
Declaration
[DataMember(Name = "bindings")]
public List<NcTextType> Bindings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A type of article used by the subject at the crime scene to bind a victim. NIEM reference is j:VictimMOBindingsText |
BindingsCode
A type of article used by the subject at the crime scene to bind a victim. NIEM reference is j:VictimMOBindingsCode
Declaration
[DataMember(Name = "bindingsCode")]
public List<NdexVictimMOBindingsCodeType> BindingsCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOBindingsCodeType> | A type of article used by the subject at the crime scene to bind a victim. NIEM reference is j:VictimMOBindingsCode |
Context
jVictimMOType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JVictimMOType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JVictimMOType.ContextEnum> | jVictimMOType JSON-LD context |
FoundClothed
A clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedText
Declaration
[DataMember(Name = "foundClothed")]
public List<NcTextType> FoundClothed { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedText |
FoundClothedCode
A clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedCode
Declaration
[DataMember(Name = "foundClothedCode")]
public List<NdexVictimMOFoundClothedCodeType> FoundClothedCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOFoundClothedCodeType> | A clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedCode |
FoundClothedDescription
A description of the clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedDescriptionText
Declaration
[DataMember(Name = "foundClothedDescription")]
public List<NcTextType> FoundClothedDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the clothed condition of the victim. NIEM reference is j:VictimMOFoundClothedDescriptionText |
GeneralLifestyle
A lifestyle characteristic for a victim. NIEM reference is j:VictimMOGeneralLifestyleText
Declaration
[DataMember(Name = "generalLifestyle")]
public List<NcTextType> GeneralLifestyle { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A lifestyle characteristic for a victim. NIEM reference is j:VictimMOGeneralLifestyleText |
GeneralLifestyleCode
A lifestyle characteristic for a victim. NIEM reference is j:VictimMOGeneralLifestyleCode
Declaration
[DataMember(Name = "generalLifestyleCode")]
public List<NdexVictimMOGeneralLifestyleCodeType> GeneralLifestyleCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOGeneralLifestyleCodeType> | A lifestyle characteristic for a victim. NIEM reference is j:VictimMOGeneralLifestyleCode |
Recovery
A condition of the victim upon recovery. NIEM reference is j:VictimMORecoveryText
Declaration
[DataMember(Name = "recovery")]
public List<NcTextType> Recovery { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A condition of the victim upon recovery. NIEM reference is j:VictimMORecoveryText |
RecoveryCode
A condition of the victim upon recovery. NIEM reference is j:VictimMORecoveryCode
Declaration
[DataMember(Name = "recoveryCode")]
public List<NdexVictimMORecoveryCodeType> RecoveryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMORecoveryCodeType> | A condition of the victim upon recovery. NIEM reference is j:VictimMORecoveryCode |
RecoveryDescription
A description of a recovery of the victim. NIEM reference is j:VictimMORecoveryDescriptionText
Declaration
[DataMember(Name = "recoveryDescription")]
public List<NcTextType> RecoveryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a recovery of the victim. NIEM reference is j:VictimMORecoveryDescriptionText |
ReleaseDisposal
A manner of disposal of the body of the victim. NIEM reference is j:VictimMOReleaseDisposalText
Declaration
[DataMember(Name = "releaseDisposal")]
public List<NcTextType> ReleaseDisposal { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A manner of disposal of the body of the victim. NIEM reference is j:VictimMOReleaseDisposalText |
ReleaseDisposalCode
A manner of disposal of the body of the victim. NIEM reference is j:VictimMOReleaseDisposalCode
Declaration
[DataMember(Name = "releaseDisposalCode")]
public List<NdexVictimMODisposalCodeType> ReleaseDisposalCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMODisposalCodeType> | A manner of disposal of the body of the victim. NIEM reference is j:VictimMOReleaseDisposalCode |
SubjectContactConclusion
An indication of how the victim to subject contact ended. NIEM reference is j:VictimMOSubjectContactConclusionText
Declaration
[DataMember(Name = "subjectContactConclusion")]
public List<NcTextType> SubjectContactConclusion { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An indication of how the victim to subject contact ended. NIEM reference is j:VictimMOSubjectContactConclusionText |
SubjectContactConclusionCode
An indication of how the victim to subject contact ended. NIEM reference is j:VictimMOSubjectContactConclusionCode
Declaration
[DataMember(Name = "subjectContactConclusionCode")]
public List<NdexVictimMOSubjectContactConclusionCodeType> SubjectContactConclusionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexVictimMOSubjectContactConclusionCodeType> | An indication of how the victim to subject contact ended. NIEM reference is j:VictimMOSubjectContactConclusionCode |
Methods
Equals(JVictimMOType)
Returns true if JVictimMOType instances are equal
Declaration
public bool Equals(JVictimMOType other)
Parameters
Type | Name | Description |
---|---|---|
JVictimMOType | other | Instance of JVictimMOType 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(JVictimMOType, JVictimMOType)
Declaration
public static bool operator ==(JVictimMOType left, JVictimMOType right)
Parameters
Type | Name | Description |
---|---|---|
JVictimMOType | left | |
JVictimMOType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JVictimMOType, JVictimMOType)
Declaration
public static bool operator !=(JVictimMOType left, JVictimMOType right)
Parameters
Type | Name | Description |
---|---|---|
JVictimMOType | left | |
JVictimMOType | right |
Returns
Type | Description |
---|---|
System.Boolean |