Set Method (NeoStorageKey, Byte[], Int32, Int32, Int32, Byte[], Byte[], Int32, String)

Neo Persistable Class

neo-persistibleclasses

NeoStorageKey..::..Set Method (NeoStorageKey, array<Byte>[]()[][], Int32, Int32, Int32, array<Byte>[]()[][], array<Byte>[]()[][], Int32, String)

Sets the specified NEO Storage Key field values.

Namespace:  NeoPersistableClass
Assembly:  NPCdApp (in NPCdApp.dll)

Syntax


public static void Set(
	NeoStorageKey nsk,
	byte[] app,
	int major,
	int minor,
	int build,
	byte[] userScriptHash,
	byte[] className,
	int index,
	string fieldName
)
Public Shared Sub Set ( _
	nsk As NeoStorageKey, _
	app As Byte(), _
	major As Integer, _
	minor As Integer, _
	build As Integer, _
	userScriptHash As Byte(), _
	className As Byte(), _
	index As Integer, _
	fieldName As String _
)
public:
static void Set(
	NeoStorageKey^ nsk, 
	array<unsigned char^>^ app, 
	int^ major, 
	int^ minor, 
	int^ build, 
	array<unsigned char^>^ userScriptHash, 
	array<unsigned char^>^ className, 
	int^ index, 
	String^ fieldName
)

Parameters

nsk
Type: NeoPersistableClass..::..NeoStorageKey
NSK
app
Type: array<Byte>[]()[][]
application
major
Type: Int32
major
minor
Type: Int32
minor
build
Type: Int32
build
userScriptHash
Type: array<Byte>[]()[][]
userScriptHash
className
Type: array<Byte>[]()[][]
class name
index
Type: Int32
index
fieldName
Type: String
field name

Return Value

void