Click or drag to resize

BaseWorkspace Class

This class is for internal use only.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Workspaces.Model
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public abstract class BaseWorkspace : SPUpdatable, 
	IViewableItem, IListItemWrapper, ITermResultRecord, IDisposable

The BaseWorkspace type exposes the following members.

Constructors
  NameDescription
Protected methodBaseWorkspace
Initializes a new instance of the BaseWorkspace class
Top
Properties
Methods
  NameDescription
Protected methodCreate
Public methodDelete
Public methodDispose
Releases all resources used by the BaseWorkspace
Protected methodStatic memberDisposeWeb
Protected methodEnsureWorkspaceTag
Protected methodEnsureWorkspaceTemplate
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetIconOverlayUrl (Inherited from SPResultRecord.)
Protected methodStatic memberGetIdFromListItem
Public methodGetRolesForCurrentUser
Returns the roles for the current user on this workspace.
Public methodGetSimpleTags
Returns tags that are currently applied to the item (without accessing tagging service applications).
(Inherited from SPResultRecord.)
Protected methodGetSimpleTags(TagType) (Inherited from SPResultRecord.)
Protected methodGetTaggingClientContext (Inherited from SPUpdatable.)
Public methodGetTags
Returns tags that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetTags(TagType)
Returns tags of the specified type that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue (Inherited from SPUpdatable.)
Public methodGetVersionFormUrl
Public methodIsUserInRole
Returns 'true' if the current user is in the specified role on this workspace.
Protected methodLoadWorkspaceTag
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodResetInternalState (Inherited from SPUpdatable.)
Public methodRestore
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Writes changes on the workspace.
(Overrides SPUpdatableUpdate.)
Public methodUpdate(Boolean)
Writes changes on the workspace. If the systemUpdate parameter is specified as 'false', the 'Modified' and 'Modified by' fields will not be changed.
Protected methodUpdate(Boolean, Boolean)
Protected methodUpdateInternal
Protected methodUpdateTags (Inherited from SPUpdatable.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodGetTermsOverloaded.
Returns all terms from the a result record.
(Defined by TermResultRecordExtensions.)
Public Extension MethodGetTerms(String)Overloaded.
Returns terms from a specific field from a result record.
(Defined by TermResultRecordExtensions.)
Top
See Also