Class ScrOrganizationAugmentationType
A data type for additional information about an organization.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrOrganizationAugmentationType : IEquatable<ScrOrganizationAugmentationType>
Properties
Context
scrOrganizationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrOrganizationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrOrganizationAugmentationType.ContextEnum> | scrOrganizationAugmentationType JSON-LD context |
GrossAnnualIncomeAmount
An amount of money (dollars) earned by the ORGANIZATION each year. NIEM reference is scr:GrossAnnualIncomeAmount
Declaration
[DataMember(Name = "grossAnnualIncomeAmount")]
public List<NcAmountType> GrossAnnualIncomeAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAmountType> | An amount of money (dollars) earned by the ORGANIZATION each year. NIEM reference is scr:GrossAnnualIncomeAmount |
IsCriminalAffiliation
True if an ORGANIZATION is suspected of illegal activities; false otherwise. NIEM reference is scr:CriminalAffiliationIndicator
Declaration
[DataMember(Name = "isCriminalAffiliation")]
public List<NiemXsboolean> IsCriminalAffiliation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an ORGANIZATION is suspected of illegal activities; false otherwise. NIEM reference is scr:CriminalAffiliationIndicator |
IsFraudulent
True if the ORGANIZATION is determined to be fraudulent; false otherwise. NIEM reference is scr:FraudulentIndicator
Declaration
[DataMember(Name = "isFraudulent")]
public List<NiemXsboolean> IsFraudulent { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the ORGANIZATION is determined to be fraudulent; false otherwise. NIEM reference is scr:FraudulentIndicator |
IsSuspicious
True if the ORGANIZATION is determined to be questionable or under suspicion; false otherwise. NIEM reference is scr:SuspiciousIndicator
Declaration
[DataMember(Name = "isSuspicious")]
public List<NiemXsboolean> IsSuspicious { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the ORGANIZATION is determined to be questionable or under suspicion; false otherwise. NIEM reference is scr:SuspiciousIndicator |
OrganizationClassificationCategoryCode
A kind of organization. NIEM reference is scr:OrganizationClassificationCategoryCode
Declaration
[DataMember(Name = "organizationClassificationCategoryCode")]
public List<ScrOrganizationCategoryCodeType> OrganizationClassificationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrOrganizationCategoryCodeType> | A kind of organization. NIEM reference is scr:OrganizationClassificationCategoryCode |
OrganizationNameEffectiveDate
A date the ORGANIZATION NAME became effective. NIEM reference is scr:OrganizationNameEffectiveDate
Declaration
[DataMember(Name = "organizationNameEffectiveDate")]
public List<NcDateType> OrganizationNameEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the ORGANIZATION NAME became effective. NIEM reference is scr:OrganizationNameEffectiveDate |
OrganizationNameIdentification
An identification value of the name of the ORGANIZATION. NIEM reference is scr:OrganizationNameIdentification
Declaration
[DataMember(Name = "organizationNameIdentification")]
public List<NcIdentificationType> OrganizationNameIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification value of the name of the ORGANIZATION. NIEM reference is scr:OrganizationNameIdentification |
OrganizationNameTerminationDate
A date the ORGANIZATION NAME became invalid. NIEM reference is scr:OrganizationNameTerminationDate
Declaration
[DataMember(Name = "organizationNameTerminationDate")]
public List<NcDateType> OrganizationNameTerminationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date the ORGANIZATION NAME became invalid. NIEM reference is scr:OrganizationNameTerminationDate |
OrganizationSizeQuantity
A number of people belonging to the ORGANIZATION. NIEM reference is scr:OrganizationSizeQuantity
Declaration
[DataMember(Name = "organizationSizeQuantity")]
public List<NcQuantityType> OrganizationSizeQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcQuantityType> | A number of people belonging to the ORGANIZATION. NIEM reference is scr:OrganizationSizeQuantity |
OrganizationStatusClassificationCategoryCode
A kind of organization status. NIEM reference is scr:OrganizationStatusClassificationCategoryCode
Declaration
[DataMember(Name = "organizationStatusClassificationCategoryCode")]
public List<ScrOrganizationStatusCategoryCodeType> OrganizationStatusClassificationCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrOrganizationStatusCategoryCodeType> | A kind of organization status. NIEM reference is scr:OrganizationStatusClassificationCategoryCode |
Methods
Equals(ScrOrganizationAugmentationType)
Returns true if ScrOrganizationAugmentationType instances are equal
Declaration
public bool Equals(ScrOrganizationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrOrganizationAugmentationType | other | Instance of ScrOrganizationAugmentationType 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(ScrOrganizationAugmentationType, ScrOrganizationAugmentationType)
Declaration
public static bool operator ==(ScrOrganizationAugmentationType left, ScrOrganizationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrOrganizationAugmentationType | left | |
ScrOrganizationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrOrganizationAugmentationType, ScrOrganizationAugmentationType)
Declaration
public static bool operator !=(ScrOrganizationAugmentationType left, ScrOrganizationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrOrganizationAugmentationType | left | |
ScrOrganizationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |