Click or drag to resize

AzureEndpointConverter Class

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

Class for converting the Azure Endpoint settings into an object to be added to the
Inheritance Hierarchy
SystemObject
  BaseItemModelConverterItemModel, Endpoint
    BaseEndpointConverterItemModel
      TheInjectables.Feature.PaaSPort.DXF.Providers.Azure.Converters.EndpointsAzureEndpointConverter

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

The AzureEndpointConverter type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberAzureEndpointConverter
Public methodAzureEndpointConverter
Creates a new instance of the type
Top
Properties
  NameDescription
Protected propertyItemModelRepository (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Public propertySupportedTemplateIds (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Top
Methods
  NameDescription
Protected methodAddPlugins
Converts the Azure Endpoint settings item to an object and adds it to the endpoint's
(Overrides BaseEndpointConverter.AddPlugins(UTP, Endpoint).)
Private methodAddRequiredPlugins (Inherited from BaseEndpointConverterItemModel.)
Protected methodAddSupportedTemplateIdsFromAttribute``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Public methodCanConvert (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Public methodConvert (Inherited from BaseEndpointConverterItemModel.)
Protected methodConvertChildrenToModels``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodConvertReferencesToModels``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodConvertReferenceToModel``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodConvertToModel``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
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, Endpoint.)
Protected methodGetChildItemModels (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetDateTimeValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetEnumValue``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetEnumValues``1 (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetGuidValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetGuidValues (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetInstance (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetIntValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetNullableIntValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetReferenceAsModel (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetReferencesAsModels (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Protected methodGetStringValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetTypeFromTypeName (Inherited from BaseItemModelConverterItemModel, Endpoint.)
Private methodGetValue (Inherited from BaseItemModelConverterItemModel, Endpoint.)
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, Endpoint.)
Private fieldStatic memberTemplateId
ID of the template that this converter supports
Top
See Also