1 write to fullName
System.WorkflowServices (1)
System\Workflow\Activities\ContractType.cs (1)
42this.fullName = name;
6 references to fullName
System.WorkflowServices (6)
System\Workflow\Activities\ContractType.cs (6)
44this.name = this.fullName; 61this.name = this.fullName.Substring(idx + 1); 109return this.fullName; 146if (this.fullName == Name) 151return this.fullName.Substring(0, this.fullName.Length - Name.Length - 1);