Click or drag to resize

MPInstance Class

Represents a MatchPoint instance.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.CoreMPInstance

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class MPInstance

The MPInstance type exposes the following members.

Constructors
  NameDescription
Public methodMPInstance(SPWebApplication)
Creates a MatchPoint instance for the provided web application.
Public methodMPInstance(SPList)
Creates a MatchPoint instance for the provided list.
Public methodMPInstance(SPListItem)
Creates a MatchPoint instance for the provided list item.
Public methodMPInstance(SPWeb)
Creates a MatchPoint instance for the provided web.
Public methodMPInstance(String)
Creates a MatchPoint instance using the provided object URL.
Top
Properties
  NameDescription
Public propertyStatic memberCurrent
Provides access to the current MatchPoint instance.
Top
Methods
  NameDescription
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 methodGetAdminSite
Returns the MatchPoint instance administration site The instance of the SPSite object must not be disposed.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUserIsAdministrator
Returns true if the current user has administrative permissions on the MatchPoint instance administration.
Top
Fields
  NameDescription
Public fieldId
Contains the ID of the MatchPoint instance.
Top
Remarks
#APIChange 5.0: removed public bool IsAdministrator(Identity identity), use UserIsAdministrator() instead
See Also