Click or drag to resize

BaseManagedPropertiesCmd Class

Inheritance Hierarchy
SystemObject
  InternalCommand
    Cmdlet
      PSCmdlet
        SPCmdlet
          Colygon.MatchPoint.Common.CmdletBasePropertiesCmd
            Colygon.MatchPoint.Search.CommandsBaseManagedPropertiesCmd

Namespace:  Colygon.MatchPoint.Search.Commands
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public abstract class BaseManagedPropertiesCmd : BasePropertiesCmd

The BaseManagedPropertiesCmd type exposes the following members.

Constructors
  NameDescription
Protected methodBaseManagedPropertiesCmd
Initializes a new instance of the BaseManagedPropertiesCmd class
Top
Properties
  NameDescription
Public propertyAssignmentCollection (Inherited from SPCmdlet.)
Public propertyCommandOrigin (Inherited from InternalCommand.)
Public propertyCommandRuntime (Inherited from Cmdlet.)
Protected propertyConfirmationMessage (Inherited from SPCmdlet.)
Public propertyCurrentPSTransaction (Inherited from Cmdlet.)
Protected propertyDisposeOutputObjects (Inherited from SPCmdlet.)
Public propertyEvents (Inherited from PSCmdlet.)
Protected propertyFields (Inherited from SPCmdlet.)
Public propertyHost (Inherited from PSCmdlet.)
Public propertyInvokeCommand (Inherited from PSCmdlet.)
Public propertyInvokeProvider (Inherited from PSCmdlet.)
Public propertyJobManager (Inherited from PSCmdlet.)
Public propertyJobRepository (Inherited from PSCmdlet.)
Public propertyMyInvocation (Inherited from PSCmdlet.)
Public propertyPagingParameters (Inherited from PSCmdlet.)
Public propertyParameterSetName (Inherited from PSCmdlet.)
Public propertySessionState (Inherited from PSCmdlet.)
Public propertyStopping (Inherited from Cmdlet.)
Top
Methods
  NameDescription
Protected methodBeginProcessing (Inherited from SPCmdlet.)
Public methodCurrentProviderLocation (Inherited from PSCmdlet.)
Protected methodEndProcessing (Inherited from SPCmdlet.)
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 methodGetProp``1 (Inherited from SPCmdlet.)
Protected methodGetPropV``1 (Inherited from SPCmdlet.)
Public methodGetResolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public methodGetResourceString (Inherited from Cmdlet.)
Protected methodGetSwitch (Inherited from SPCmdlet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnresolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public methodGetVariableValue(String) (Inherited from PSCmdlet.)
Public methodGetVariableValue(String, Object) (Inherited from PSCmdlet.)
Protected methodInternalBeginProcessing (Inherited from SPCmdlet.)
Protected methodInternalDispose (Inherited from SPCmdlet.)
Protected methodInternalEndProcessing (Inherited from SPCmdlet.)
Protected methodInternalProcessRecord (Inherited from SPCmdlet.)
Protected methodInternalStopProcessing (Inherited from SPCmdlet.)
Protected methodInternalValidate (Inherited from SPCmdlet.)
Public methodInvoke (Inherited from Cmdlet.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodProcessRecord (Inherited from SPCmdlet.)
Protected methodRequireLocalFarmExist (Inherited from SPCmdlet.)
Protected methodRequireUserFarmAdmin (Inherited from SPCmdlet.)
Protected methodRequireUserMachineAdmin (Inherited from SPCmdlet.)
Protected methodSetProp (Inherited from SPCmdlet.)
Public methodShouldContinue(String, String) (Inherited from Cmdlet.)
Public methodShouldContinue(String, String, Boolean, Boolean) (Inherited from Cmdlet.)
Public methodShouldContinue(String, String, Boolean, Boolean, Boolean) (Inherited from Cmdlet.)
Public methodShouldProcess(String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String, String) (Inherited from Cmdlet.)
Public methodShouldProcess(String, String, String, ShouldProcessReason) (Inherited from Cmdlet.)
Protected methodSkipProcessCurrentRecord (Inherited from SPCmdlet.)
Protected methodStopProcessing (Inherited from SPCmdlet.)
Public methodThrowTerminatingError(ErrorRecord) (Inherited from Cmdlet.)
Protected methodThrowTerminatingError(Exception, ErrorCategory, Object) (Inherited from SPCmdlet.)
Protected methodThrowTerminatingError(Exception, ErrorCategory, Object, String) (Inherited from SPCmdlet.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransactionAvailable (Inherited from Cmdlet.)
Public methodWriteCommandDetail (Inherited from Cmdlet.)
Public methodWriteDebug (Inherited from Cmdlet.)
Public methodWriteError(ErrorRecord) (Inherited from Cmdlet.)
Protected methodWriteError(Exception, ErrorCategory, Object) (Inherited from SPCmdlet.)
Protected methodWriteError(Exception, ErrorCategory, Object, String) (Inherited from SPCmdlet.)
Public methodWriteInformation(InformationRecord) (Inherited from Cmdlet.)
Public methodWriteInformation(Object, String) (Inherited from Cmdlet.)
Public methodWriteObject(Object) (Inherited from Cmdlet.)
Public methodWriteObject(Object, Boolean) (Inherited from Cmdlet.)
Public methodWriteProgress(ProgressRecord) (Inherited from Cmdlet.)
Protected methodWriteProgress(String, String) (Inherited from SPCmdlet.)
Protected methodWriteProgress(String, String, Int32) (Inherited from SPCmdlet.)
Protected methodWriteResult (Inherited from SPCmdlet.)
Public methodWriteVerbose (Inherited from Cmdlet.)
Public methodWriteWarning(String) (Inherited from Cmdlet.)
Protected methodWriteWarning(String, String) (Inherited from SPCmdlet.)
Top
Fields
  NameDescription
Public fieldSearchServiceApplication
Top
See Also