Class JPanelMemberType
A data type for a person who is a member of a panel.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JPanelMemberType : IEquatable<JPanelMemberType>
Properties
Context
jPanelMemberType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JPanelMemberType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JPanelMemberType.ContextEnum> | jPanelMemberType JSON-LD context |
Role
A role played by a panel member. NIEM reference is j:PanelMemberRoleText
Declaration
[DataMember(Name = "role")]
public List<NcTextType> Role { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A role played by a panel member. NIEM reference is j:PanelMemberRoleText |
RoleOfPerson
A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson
Declaration
[DataMember(Name = "roleOfPerson")]
public List<NcPersonType> RoleOfPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson |
Title
A title of the panel member. NIEM reference is j:PanelMemberTitleText
Declaration
[DataMember(Name = "title")]
public List<NcTextType> Title { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A title of the panel member. NIEM reference is j:PanelMemberTitleText |
Methods
Equals(JPanelMemberType)
Returns true if JPanelMemberType instances are equal
Declaration
public bool Equals(JPanelMemberType other)
Parameters
Type | Name | Description |
---|---|---|
JPanelMemberType | other | Instance of JPanelMemberType 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(JPanelMemberType, JPanelMemberType)
Declaration
public static bool operator ==(JPanelMemberType left, JPanelMemberType right)
Parameters
Type | Name | Description |
---|---|---|
JPanelMemberType | left | |
JPanelMemberType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JPanelMemberType, JPanelMemberType)
Declaration
public static bool operator !=(JPanelMemberType left, JPanelMemberType right)
Parameters
Type | Name | Description |
---|---|---|
JPanelMemberType | left | |
JPanelMemberType | right |
Returns
Type | Description |
---|---|
System.Boolean |