Class OrSchema
Inheritance
System.Object
OrSchema
Assembly: Netezos.dll
Syntax
public sealed class OrSchema : Schema
Constructors
|
Improve this Doc
View Source
OrSchema(MichelinePrim, Boolean)
Declaration
public OrSchema(MichelinePrim micheline, bool nested = false)
Parameters
Type |
Name |
Description |
MichelinePrim |
micheline |
|
System.Boolean |
nested |
|
Properties
|
Improve this Doc
View Source
Left
Declaration
public Schema Left { get; }
Property Value
|
Improve this Doc
View Source
Prim
Declaration
public override PrimType Prim { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Right
Declaration
public Schema Right { get; }
Property Value
Methods
|
Improve this Doc
View Source
Children()
Declaration
public IEnumerable<Schema> Children()
Returns
Type |
Description |
IEnumerable<Schema> |
|
|
Improve this Doc
View Source
GetArgs()
Declaration
protected override List<IMicheline> GetArgs()
Returns
Overrides
|
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