| StateMachineTemplateSerializationSignatureGenerator Property |
Gets or sets a method that calculates a hash signature from a
String that uniquely describes the state machine structure.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public SignatureGenerator SerializationSignatureGenerator { get; set; }
Public Property SerializationSignatureGenerator As SignatureGenerator
Get
Set
public:
property SignatureGenerator^ SerializationSignatureGenerator {
SignatureGenerator^ get ();
void set (SignatureGenerator^ value);
}
member SerializationSignatureGenerator : SignatureGenerator with get, set
Property Value
Type:
SignatureGenerator
A
SignatureGenerator delegate or
null to suppress calculation of a signature when
a
StateMachine saves its state or resumes from a saved state.
See Also