Class JOrganizationAlternateNameType
A data type for another name used by an organization.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JOrganizationAlternateNameType : IEquatable<JOrganizationAlternateNameType>
Properties
Category
A kind of alternate name used by an organization. NIEM reference is j:OrganizationAlternateNameCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of alternate name used by an organization. NIEM reference is j:OrganizationAlternateNameCategoryText |
CategoryCode
A kind of alternate name used by an organization. NIEM reference is j:OrganizationAlternateNameCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<NcPersonNameCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameCategoryCodeType> | A kind of alternate name used by an organization. NIEM reference is j:OrganizationAlternateNameCategoryCode |
Context
jOrganizationAlternateNameType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JOrganizationAlternateNameType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JOrganizationAlternateNameType.ContextEnum> | jOrganizationAlternateNameType JSON-LD context |
OrganizationName
A name of an organization. NIEM reference is nc:OrganizationName
Declaration
[DataMember(Name = "organizationName")]
public List<NcTextType> OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of an organization. NIEM reference is nc:OrganizationName |
Methods
Equals(JOrganizationAlternateNameType)
Returns true if JOrganizationAlternateNameType instances are equal
Declaration
public bool Equals(JOrganizationAlternateNameType other)
Parameters
Type | Name | Description |
---|---|---|
JOrganizationAlternateNameType | other | Instance of JOrganizationAlternateNameType 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(JOrganizationAlternateNameType, JOrganizationAlternateNameType)
Declaration
public static bool operator ==(JOrganizationAlternateNameType left, JOrganizationAlternateNameType right)
Parameters
Type | Name | Description |
---|---|---|
JOrganizationAlternateNameType | left | |
JOrganizationAlternateNameType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JOrganizationAlternateNameType, JOrganizationAlternateNameType)
Declaration
public static bool operator !=(JOrganizationAlternateNameType left, JOrganizationAlternateNameType right)
Parameters
Type | Name | Description |
---|---|---|
JOrganizationAlternateNameType | left | |
JOrganizationAlternateNameType | right |
Returns
Type | Description |
---|---|
System.Boolean |