Class AlgoApiObjectAttribute
Inherited Members
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public sealed class AlgoApiObjectAttribute : ProvideSourceInfoAttribute
Constructors
AlgoApiObjectAttribute(String, String, Int32)
Declaration
public AlgoApiObjectAttribute(string member = "", string filePath = "", int lineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
String | member | |
String | filePath | |
Int32 | lineNumber |
Fields
IsStrict
Determines if unknown keys should throw an error.
Declaration
public bool IsStrict
Field Value
Type | Description |
---|---|
Boolean |