Show / Hide Table of Contents

Class TechScriptFunctionArgumentDto

Описывает аргумент функции скрипта.

Inheritance
object
TechScriptFunctionArgumentDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core.DataModels
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechScriptFunctionArgumentDto

Properties

IsNullable

Возвращает или назначает признак, определяющий, является ли аргумент обнуляемым.

Declaration
[JsonPropertyName("isNullable")]
public bool IsNullable { get; set; }
Property Value
Type Description
bool

Name

Возвращает или назначает наименование аргумента.

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

TypeName

Возвращает или назначает наименование типа аргумента.

Declaration
[JsonPropertyName("typeName")]
public string TypeName { get; set; }
Property Value
Type Description
string
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»