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