Class SBSDKGenericDocumentFieldParsedData
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentFieldParsedData : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKGenericDocumentFieldParsedData
- Implements
-
INSCopying
INativeObject
Constructors
SBSDKGenericDocumentFieldParsedData(NSObjectFlag)
protected SBSDKGenericDocumentFieldParsedData(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKGenericDocumentFieldParsedData(NativeHandle)
protected SBSDKGenericDocumentFieldParsedData(NativeHandle handle)
Parameters
handle
NativeHandle
public SBSDKGenericDocumentFieldParsedData(SBSDKGenericDocumentFieldDataFormat type, string value)
Parameters
type
SBSDKGenericDocumentFieldDataFormat
value
string
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
Type
public virtual SBSDKGenericDocumentFieldDataFormat Type { get; }
Property Value
- SBSDKGenericDocumentFieldDataFormat
Value
public virtual string Value { get; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKGenericDocumentFieldParsedData? FromJsonWithJson(string json)
Parameters
json
string
Returns
- SBSDKGenericDocumentFieldParsedData
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
- bool
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration
Returns
- string