Метод | Описание | |
---|---|---|
ApplicableRule ( |
Indicates that a rule is applicable for this type at the provided priority
|
|
CompareForEquality ( IValue first, IValue other ) : bool |
Compares two lists for equality
|
|
Contains ( IValue first, IValue other ) : bool | ||
CreateCollectionUpdate ( Dictionary dictionary ) : Collection |
Creates a copy of the collection in the designated dictionary. The namespace structure is copied over. The new collection is set to update this one.
|
|
CreateDefault ( ICollection enclosingCollection ) : Collection |
Creates a default element
|
|
CreateStatusMessage ( ) : string |
Creates the status message
|
|
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void |
Builds the explanation of the element
|
|
Match ( Type otherType ) : bool |
Indicates that this collection matches the other collections
|
|
PerformArithmericOperation ( DataDictionary.Interpreter.InterpretationContext context, IValue left, |
||
convert ( IValue value ) : IValue |
Converts a value in this type
|
|
getValue ( string image ) : IValue |
Parses the image and provides the corresponding value
|
public ApplicableRule ( |
||
priority | ||
Результат | bool |
public CompareForEquality ( IValue first, IValue other ) : bool | ||
first | IValue | |
other | IValue | |
Результат | bool |
public Contains ( IValue first, IValue other ) : bool | ||
first | IValue | |
other | IValue | |
Результат | bool |
public CreateCollectionUpdate ( Dictionary dictionary ) : Collection | ||
dictionary | Dictionary | The target dictionary of the copy |
Результат | Collection |
public static CreateDefault ( ICollection enclosingCollection ) : Collection | ||
enclosingCollection | ICollection | |
Результат | Collection |
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | Precises if we need to explain the sub elements (if any) |
Результат | void |
public PerformArithmericOperation ( DataDictionary.Interpreter.InterpretationContext context, IValue left, |
||
context | DataDictionary.Interpreter.InterpretationContext | |
left | IValue | |
operation | ||
right | IValue | |
Результат | IValue |
public convert ( IValue value ) : IValue | ||
value | IValue | The value to convert |
Результат | IValue |