Class KeyHashSchema
Inheritance
System.Object
KeyHashSchema
Assembly: Netezos.dll
Syntax
public sealed class KeyHashSchema : Schema, IFlat
Constructors
|
Improve this Doc
View Source
KeyHashSchema(MichelinePrim)
Declaration
public KeyHashSchema(MichelinePrim micheline)
Parameters
Properties
|
Improve this Doc
View Source
Prim
Declaration
public override PrimType Prim { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Flatten(IMicheline)
Declaration
public string Flatten(IMicheline value)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MapValue(Object)
Declaration
protected override IMicheline MapValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Overrides
|
Improve this Doc
View Source
Optimize(IMicheline)
Declaration
public override IMicheline Optimize(IMicheline value)
Parameters
Returns
Overrides