Class JJurisdictionAugmentationType
A data type for additional information about a jurisdiction.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JJurisdictionAugmentationType : IEquatable<JJurisdictionAugmentationType>
Properties
Context
jJurisdictionAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JJurisdictionAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JJurisdictionAugmentationType.ContextEnum> | jJurisdictionAugmentationType JSON-LD context |
JurisdictionDescription
A description of an area an organization or person has some kind of authoritative capacity or responsibility over. NIEM reference is j:JurisdictionDescriptionText
Declaration
[DataMember(Name = "jurisdictionDescription")]
public List<NcTextType> JurisdictionDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of an area an organization or person has some kind of authoritative capacity or responsibility over. NIEM reference is j:JurisdictionDescriptionText |
JurisdictionDistrict
A district in a jurisdiction. NIEM reference is j:JurisdictionDistrictText
Declaration
[DataMember(Name = "jurisdictionDistrict")]
public List<NcTextType> JurisdictionDistrict { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A district in a jurisdiction. NIEM reference is j:JurisdictionDistrictText |
JurisdictionDistrictIdentification
A name or identification of a district in a jurisdiction. NIEM reference is j:JurisdictionDistrictIdentification
Declaration
[DataMember(Name = "jurisdictionDistrictIdentification")]
public List<NcIdentificationType> JurisdictionDistrictIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | A name or identification of a district in a jurisdiction. NIEM reference is j:JurisdictionDistrictIdentification |
JurisdictionRestriction
A restriction or limitation of a jurisdiction. NIEM reference is j:JurisdictionRestrictionText
Declaration
[DataMember(Name = "jurisdictionRestriction")]
public List<NcTextType> JurisdictionRestriction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A restriction or limitation of a jurisdiction. NIEM reference is j:JurisdictionRestrictionText |
JurisdictionTitle
A title issued by a jurisdiction. NIEM reference is j:JurisdictionTitle
Declaration
[DataMember(Name = "jurisdictionTitle")]
public List<JItemTitleType> JurisdictionTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JItemTitleType> | A title issued by a jurisdiction. NIEM reference is j:JurisdictionTitle |
Methods
Equals(JJurisdictionAugmentationType)
Returns true if JJurisdictionAugmentationType instances are equal
Declaration
public bool Equals(JJurisdictionAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JJurisdictionAugmentationType | other | Instance of JJurisdictionAugmentationType 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(JJurisdictionAugmentationType, JJurisdictionAugmentationType)
Declaration
public static bool operator ==(JJurisdictionAugmentationType left, JJurisdictionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JJurisdictionAugmentationType | left | |
JJurisdictionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JJurisdictionAugmentationType, JJurisdictionAugmentationType)
Declaration
public static bool operator !=(JJurisdictionAugmentationType left, JJurisdictionAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JJurisdictionAugmentationType | left | |
JJurisdictionAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |