Class ImJudicialOfficialAugmentationType
A data type for additional information about a judicial official.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImJudicialOfficialAugmentationType : IEquatable<ImJudicialOfficialAugmentationType>
Properties
Context
imJudicialOfficialAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImJudicialOfficialAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImJudicialOfficialAugmentationType.ContextEnum> | imJudicialOfficialAugmentationType JSON-LD context |
JudicialOfficialDescription
A free form field with detailed description about the attorney. NIEM reference is im:JudicialOfficialDescriptionText
Declaration
[DataMember(Name = "judicialOfficialDescription")]
public List<NcTextType> JudicialOfficialDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A free form field with detailed description about the attorney. NIEM reference is im:JudicialOfficialDescriptionText |
Methods
Equals(ImJudicialOfficialAugmentationType)
Returns true if ImJudicialOfficialAugmentationType instances are equal
Declaration
public bool Equals(ImJudicialOfficialAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImJudicialOfficialAugmentationType | other | Instance of ImJudicialOfficialAugmentationType 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(ImJudicialOfficialAugmentationType, ImJudicialOfficialAugmentationType)
Declaration
public static bool operator ==(ImJudicialOfficialAugmentationType left, ImJudicialOfficialAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImJudicialOfficialAugmentationType | left | |
ImJudicialOfficialAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImJudicialOfficialAugmentationType, ImJudicialOfficialAugmentationType)
Declaration
public static bool operator !=(ImJudicialOfficialAugmentationType left, ImJudicialOfficialAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImJudicialOfficialAugmentationType | left | |
ImJudicialOfficialAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |