Interface ICAMAPIProjectEtalonComparer
Assembly: CAMAPI.EtalonProject.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("AD81304C-6842-4FC9-8FA6-518693B37B9A")]
public interface ICAMAPIProjectEtalonComparer
Properties
IgnoredNodeTypesList
Comma devided list of types of nodes we should ignore during compare.
Declaration
string IgnoredNodeTypesList { get; set; }
Property Value
OnAddLogMessage
Receiver for resulting compare messages.
Declaration
ICAMAPIEtalonComparerAddLogMessage OnAddLogMessage { get; set; }
Property Value
Methods
CompareEtalons(ICAMAPIProjectEtalon, ICAMAPIProjectEtalon)
Compare two etalones. Returns true if they are same.
Declaration
bool CompareEtalons(ICAMAPIProjectEtalon pe1, ICAMAPIProjectEtalon pe2)
Parameters
Returns