Symfonia.WebAPI.Interface.OSS.ViewModels Namespace > ProductMapCreate Class

Drukuj

.NET Framework Class Library

ProductMapCreate Class

Klasa reprezentująca informacje o korelacji towarów do utworzenia.

Namespace: Symfonia.WebAPI.Interface.OSS.ViewModels

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Public Class ProductMapCreate _
 Implements IValidatableObject

C#

public class ProductMapCreate : IValidatableObject

Visual C++

public ref class ProductMapCreate : IValidatableObject

JavaScript

Symfonia.WebAPI.Interface.OSS.ViewModels.ProductMapCreate = function();
Type.createClass(
 'Symfonia.WebAPI.Interface.OSS.ViewModels.ProductMapCreate',
 null,
 IValidatableObject);

Inheritance Hierarchy

System.Object

Symfonia.WebAPI.Interface.OSS.ViewModels.ProductMapCreate

See Also

ProductMapCreate Members

Symfonia.WebAPI.Interface.OSS.ViewModels Namespace