Class JSubjectAssignedDisabilityPlacementRestrictionType
A data type for a restriction on placement for a subject due to a disability.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSubjectAssignedDisabilityPlacementRestrictionType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JSubjectAssignedDisabilityPlacementRestrictionType>
Properties
Category
A kind of subject placement restriction due to a disability. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of subject placement restriction due to a disability. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionCategoryText |
Context
jSubjectAssignedDisabilityPlacementRestrictionType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSubjectAssignedDisabilityPlacementRestrictionType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSubjectAssignedDisabilityPlacementRestrictionType.ContextEnum> | jSubjectAssignedDisabilityPlacementRestrictionType JSON-LD context |
IsTemporary
True if the placement restriction is temporary; false otherwise. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionTemporaryIndicator
Declaration
[DataMember(Name = "isTemporary")]
public List<NiemXsboolean> IsTemporary { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the placement restriction is temporary; false otherwise. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionTemporaryIndicator |
RecordedDate
A date a placement restriction due to a disability was recorded. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionRecordedDate
Declaration
[DataMember(Name = "recordedDate")]
public List<NcDateType> RecordedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a placement restriction due to a disability was recorded. NIEM reference is j:SubjectAssignedDisabilityPlacementRestrictionRecordedDate |
Methods
Equals(JSubjectAssignedDisabilityPlacementRestrictionType)
Returns true if JSubjectAssignedDisabilityPlacementRestrictionType instances are equal
Declaration
public bool Equals(JSubjectAssignedDisabilityPlacementRestrictionType other)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAssignedDisabilityPlacementRestrictionType | other | Instance of JSubjectAssignedDisabilityPlacementRestrictionType 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(JSubjectAssignedDisabilityPlacementRestrictionType, JSubjectAssignedDisabilityPlacementRestrictionType)
Declaration
public static bool operator ==(JSubjectAssignedDisabilityPlacementRestrictionType left, JSubjectAssignedDisabilityPlacementRestrictionType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAssignedDisabilityPlacementRestrictionType | left | |
JSubjectAssignedDisabilityPlacementRestrictionType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSubjectAssignedDisabilityPlacementRestrictionType, JSubjectAssignedDisabilityPlacementRestrictionType)
Declaration
public static bool operator !=(JSubjectAssignedDisabilityPlacementRestrictionType left, JSubjectAssignedDisabilityPlacementRestrictionType right)
Parameters
Type | Name | Description |
---|---|---|
JSubjectAssignedDisabilityPlacementRestrictionType | left | |
JSubjectAssignedDisabilityPlacementRestrictionType | right |
Returns
Type | Description |
---|---|
System.Boolean |