Class JSignatureType
A data type for a handwritten (and often stylized) depiction of someone's name, nickname, or even a simple X or other mark that a person writes on documents as a proof of identity and intent.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JSignatureType : IEquatable<JSignatureType>
Properties
Context
jSignatureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JSignatureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JSignatureType.ContextEnum> | jSignatureType JSON-LD context |
Date
A date associated with a signature. NIEM reference is j:SignatureDate
Declaration
[DataMember(Name = "date")]
public List<NcDateType> Date { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date associated with a signature. NIEM reference is j:SignatureDate |
Image
An image of a signature. NIEM reference is j:SignatureImage
Declaration
[DataMember(Name = "image")]
public List<NcImageType> Image { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcImageType> | An image of a signature. NIEM reference is j:SignatureImage |
Location
A location where a signature was captured. NIEM reference is j:SignatureLocationText
Declaration
[DataMember(Name = "location")]
public List<NcTextType> Location { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A location where a signature was captured. NIEM reference is j:SignatureLocationText |
Method
A method used for capturing a signature (i.e. wet, digital, etc.) NIEM reference is j:SignatureMethodText
Declaration
[DataMember(Name = "method")]
public List<NcTextType> Method { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A method used for capturing a signature (i.e. wet, digital, etc.) NIEM reference is j:SignatureMethodText |
Name
A name used in a signature. NIEM reference is j:SignatureNameText
Declaration
[DataMember(Name = "name")]
public List<NcTextType> Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name used in a signature. NIEM reference is j:SignatureNameText |
PersonName
A full name of an individual associated with a signature. NIEM reference is j:SignaturePersonName
Declaration
[DataMember(Name = "personName")]
public List<NcPersonNameType> PersonName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonNameType> | A full name of an individual associated with a signature. NIEM reference is j:SignaturePersonName |
Methods
Equals(JSignatureType)
Returns true if JSignatureType instances are equal
Declaration
public bool Equals(JSignatureType other)
Parameters
Type | Name | Description |
---|---|---|
JSignatureType | other | Instance of JSignatureType 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(JSignatureType, JSignatureType)
Declaration
public static bool operator ==(JSignatureType left, JSignatureType right)
Parameters
Type | Name | Description |
---|---|---|
JSignatureType | left | |
JSignatureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JSignatureType, JSignatureType)
Declaration
public static bool operator !=(JSignatureType left, JSignatureType right)
Parameters
Type | Name | Description |
---|---|---|
JSignatureType | left | |
JSignatureType | right |
Returns
Type | Description |
---|---|
System.Boolean |