Click or drag to resize

WebPartReferenceDefinition Class

Specifies a MatchPoint Web Part configured with a central configuration file.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Provisioning.ObjectDefinitionsBaseWebPartDefinition
    Colygon.MatchPoint.Provisioning.ObjectDefinitionsWebPartReferenceDefinition

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class WebPartReferenceDefinition : BaseWebPartDefinition

The WebPartReferenceDefinition type exposes the following members.

Constructors
  NameDescription
Public methodWebPartReferenceDefinition
Initializes a new instance of the WebPartReferenceDefinition class
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWebPart (Overrides BaseWebPartDefinitionGetWebPart(SPLimitedWebPartManager, ProvisioningContext).)
Protected methodInitWebPart (Inherited from BaseWebPartDefinition.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides BaseWebPartDefinitionToString.)
Top
Fields
  NameDescription
Public fieldAllowClose
Specifies whether the Web Part can be closed.
(Inherited from BaseWebPartDefinition.)
Public fieldChromeState
Specifies the chrome state of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldChromeType
Specifies the chrome type of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldConfigurationExpression
Specifies the configuration file used to configure the MatchPoint Web Part. The type of the Web Part is determined automatically.
Public fieldHeight
Specifies the height of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldStorageKey (Inherited from BaseWebPartDefinition.)
Public fieldTitle
Specifies the title of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldWidth
Specifies the width of the Web Part.
(Inherited from BaseWebPartDefinition.)
Public fieldZoneId
Specifies the zone on the containing web page in which the Web Part should be placed.
(Inherited from BaseWebPartDefinition.)
Public fieldZoneIndex
Specifies the position of the Web Part within the zone.
(Inherited from BaseWebPartDefinition.)
Top
See Also