StoryTeller.Model.SetVerification.SetVerification C# (CSharp) Method

SetVerification() public method

public SetVerification ( string label, string leafName ) : System
label string
leafName string
return System
        public SetVerification(string label, string leafName, params Cell[] cells)
            : base(label, leafName, cells)
        {
        }

Same methods

SetVerification::SetVerification ( ) : System
SetVerification::SetVerification ( string label, string leafName, IList cells ) : System