Method | Description | |
---|---|---|
AddClass ( string workItemClass ) : |
||
AsParent ( WorkItemParentType parentType ) : |
||
CreateChildItem ( string id, WorkItemParentType parentType ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
MoveTo ( |
||
New ( string id, string path ) : |
||
New ( string id, string path, |
||
NewUnchecked ( string id, string path, int ordinal, System.DateTime timeStamp, |
||
RemoveClass ( string workItemClass ) : |
||
ToString ( ) : string | ||
UpdateClasses ( IEnumerable |
||
UpdateLastMoved ( System.DateTime lastMoved ) : |
||
UpdateOrdinal ( int ordinal ) : |
||
UpdateParent ( |
||
UpdateParent ( string parentId, WorkItemParentType parentType ) : |
||
UpdateProperties ( string>.Dictionary |
||
UpdateProperties ( |
||
UpdateProperties ( WorkItemProperties properties ) : |
||
UpdatePropertiesAndOrdinalFrom ( |
||
UpdateProperty ( string name, string value ) : |
||
UpdateStatus ( WorkItemStatus status ) : |
||
UpdateTimestamp ( System.DateTime timeStamp ) : |
Method | Description | |
---|---|---|
GetModifiedProperties ( WorkItemProperties propertyUpdate ) : |
||
IsValidId ( string workItemId ) : bool | ||
WorkItem ( string id, string path, IEnumerable |
public AddClass ( string workItemClass ) : |
||
workItemClass | string | |
return |
public AsParent ( WorkItemParentType parentType ) : |
||
parentType | WorkItemParentType | |
return |
public CreateChildItem ( string id, WorkItemParentType parentType ) : |
||
id | string | |
parentType | WorkItemParentType | |
return |
public MoveTo ( |
||
step | ||
timeStamp | System.DateTime | |
return |
public static New ( string id, string path ) : |
||
id | string | |
path | string | |
return |
public static New ( string id, string path, |
||
id | string | |
path | string | |
properties | ||
return |
public static NewUnchecked ( string id, string path, int ordinal, System.DateTime timeStamp, |
||
id | string | |
path | string | |
ordinal | int | |
timeStamp | System.DateTime | |
properties | ||
return |
public RemoveClass ( string workItemClass ) : |
||
workItemClass | string | |
return |
public UpdateClasses ( IEnumerable |
||
newClasses | IEnumerable |
|
return |
public UpdateLastMoved ( System.DateTime lastMoved ) : |
||
lastMoved | System.DateTime | |
return |
public UpdateOrdinal ( int ordinal ) : |
||
ordinal | int | |
return |
public UpdateParent ( |
||
parentItem | ||
parentType | WorkItemParentType | |
return |
public UpdateParent ( string parentId, WorkItemParentType parentType ) : |
||
parentId | string | |
parentType | WorkItemParentType | |
return |
public UpdateProperties ( string>.Dictionary |
||
properties | string>.Dictionary | |
return |
public UpdateProperties ( |
||
properties | ||
return |
public UpdateProperties ( WorkItemProperties properties ) : |
||
properties | WorkItemProperties | |
return |
public UpdatePropertiesAndOrdinalFrom ( |
||
item | ||
return |
public UpdateProperty ( string name, string value ) : |
||
name | string | |
value | string | |
return |
public UpdateStatus ( WorkItemStatus status ) : |
||
status | WorkItemStatus | |
return |
public UpdateTimestamp ( System.DateTime timeStamp ) : |
||
timeStamp | System.DateTime | |
return |