Click or drag to resize

AzureServicesRequestStepConverter Class

[This is preliminary documentation and is subject to change.]

Converter type for converting an to a plugin to be used during processing
Inheritance Hierarchy
SystemObject
  BaseItemModelConverterItemModel, PipelineStep
    BasePipelineStepConverterItemModel
      TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Converters.PipelineStepsAzureServicesRequestStepConverter

Namespace:  TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Converters.PipelineSteps
Assembly:  TheInjectables.Feature.PaaSPort.DXF (in TheInjectables.Feature.PaaSPort.DXF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class AzureServicesRequestStepConverter : BasePipelineStepConverter<ItemModel>

The AzureServicesRequestStepConverter type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyItemModelRepository (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Public propertySupportedTemplateIds (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Top
Methods
  NameDescription
Private methodAddEndpointSettings
Creates and adds the object to the pipelineStep's property
Protected methodAddPlugins
Creates and adds the object to the pipelineStep's property
(Overrides BasePipelineStepConverter.AddPlugins(UTP, PipelineStep).)
Private methodAddRequiredPlugins (Inherited from BasePipelineStepConverterItemModel.)
Protected methodAddSupportedTemplateIdsFromAttribute``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Public methodCanConvert (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Public methodConvert (Inherited from BasePipelineStepConverterItemModel.)
Protected methodConvertChildrenToModels``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodConvertReferencesToModels``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodConvertReferenceToModel``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodConvertToModel``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
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.)
Protected methodGetBoolValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetChildItemModels (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetDateTimeValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetEnumValue``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetEnumValues``1 (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetGuidValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetGuidValues (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInstance (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetIntValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetNullableIntValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetReferenceAsModel (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetReferencesAsModels (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Protected methodGetStringValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeFromTypeName (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Private methodGetValue (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
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.)
Top
Fields
  NameDescription
Private field_dateTimeConverter (Inherited from BaseItemModelConverterItemModel, PipelineStep.)
Private fieldStatic memberTemplateId
ID of the template that this converter supports
Top
See Also