메소드 | 설명 | |
---|---|---|
Equals ( IWorkspace other ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
Update ( IWorkspaceItem workspaceItem, bool isLocalSave, string roles = null ) : void |
Performs the IWorkspaceItem.Action on the specified workspace item.
|
|
Workspace ( System.Guid workspaceID ) : System |
Initializes a new instance of the Workspace class.
|
메소드 | 설명 | |
---|---|---|
Workspace ( SerializationInfo info, StreamingContext context ) : System |
메소드 | 설명 | |
---|---|---|
Copy ( IWorkspace source, IWorkspace destination, IWorkspaceItem workspaceItem, string roles ) : void |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | void |
public Update ( IWorkspaceItem workspaceItem, bool isLocalSave, string roles = null ) : void | ||
workspaceItem | IWorkspaceItem | The workspace item to be actioned. |
isLocalSave | bool | if set to |
roles | string | The roles. |
리턴 | void |
public Workspace ( System.Guid workspaceID ) : System | ||
workspaceID | System.Guid | The id of the workspace. |
리턴 | System |
protected Workspace ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
리턴 | System |