commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | Properties
commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint Interface Reference

Inherits commercetools.Base.Models.IJsonName, and IEnumerable< char >.

Inherited by commercetools.Sdk.ImportApi.Models.Types.TypeTextInputHintWrapper.

Static Public Member Functions

static ITypeTextInputHint[] Values ()
 
static ITypeTextInputHint FindEnum (string value)
 

Static Public Attributes

static ITypeTextInputHint SingleLine
 
static ITypeTextInputHint MultiLine
 

Properties

TypeTextInputHintValue [get]
 
- Properties inherited from commercetools.Base.Models.IJsonName
string JsonName [get]
 

Member Function Documentation

◆ FindEnum()

static ITypeTextInputHint commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint.FindEnum ( string  value)
inlinestatic

◆ Values()

static ITypeTextInputHint[] commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint.Values ( )
inlinestatic

Member Data Documentation

◆ MultiLine

ITypeTextInputHint commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint.MultiLine
static
Initial value:
= new TypeTextInputHintWrapper
{ Value = TypeTextInputHint.MultiLine, JsonName = "MultiLine" }
string JsonName
Definition IJsonName.cs:5
TypeTextInputHint? Value
Definition TypeTextInputHint.cs:49
TypeTextInputHint
Definition TypeTextInputHint.cs:12

◆ SingleLine

ITypeTextInputHint commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint.SingleLine
static
Initial value:
= new TypeTextInputHintWrapper
{ Value = TypeTextInputHint.SingleLine, JsonName = "SingleLine" }

Property Documentation

◆ Value

TypeTextInputHint? commercetools.Sdk.ImportApi.Models.Types.ITypeTextInputHint.Value
get

The documentation for this interface was generated from the following file: