Class Value
Inheritance
System.Object
Value
Assembly: Idpwmemo.dll
Syntax
public class Value : Object
Constructors
Value(ValueType, String)
Declaration
public Value(ValueType vType, string data)
Parameters
Type |
Name |
Description |
ValueType |
vType |
|
System.String |
data |
|
Fields
Data
Declaration
Field Value
Type |
Description |
System.String |
|
Type
Declaration
Field Value
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
TypeName
Declaration
public string TypeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Copy()
Declaration
Returns
Equals(Value)
Declaration
public bool Equals(Value other)
Parameters
Type |
Name |
Description |
Value |
other |
|
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Declaration
public static Value Load(JavaDataInput jdi)
Parameters
Returns
Save(JavaDataOutput)
Declaration
public void Save(JavaDataOutput jdo)
Parameters
Set(ValueType, String)
Declaration
public void Set(ValueType vType, string data)
Parameters
Type |
Name |
Description |
ValueType |
vType |
|
System.String |
data |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|