Class SBSDKGenericDocumentType
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentType : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKGenericDocumentType
- Implements
-
INSCopying
INativeObject
- Derived
-
Constructors
SBSDKGenericDocumentType(NSObjectFlag)
protected SBSDKGenericDocumentType(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKGenericDocumentType(NativeHandle)
protected SBSDKGenericDocumentType(NativeHandle handle)
Parameters
handle NativeHandle
SBSDKGenericDocumentType(string, string, string)
public SBSDKGenericDocumentType(string name, string fullName, string normalizedName)
Parameters
name string
fullName string
normalizedName string
SBSDKGenericDocumentType(string, string, string, NSNumber?)
public SBSDKGenericDocumentType(string name, string fullName, string normalizedName, NSNumber? listIndex)
Parameters
name string
fullName string
normalizedName string
listIndex NSNumber
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
FullName
public virtual string FullName { get; }
Property Value
- string
Hash
public virtual nuint Hash { get; }
Property Value
- nuint
ListIndex
public virtual NSNumber? ListIndex { get; }
Property Value
- NSNumber
Name
public virtual string Name { get; }
Property Value
- string
NormalizedName
public virtual string NormalizedName { get; }
Property Value
- string
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKGenericDocumentType? FromJsonWithJson(string json)
Parameters
json string
Returns
- SBSDKGenericDocumentType
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