C# Class KPEntryTemplates.EntryTemplateManager.EntryTemplate

Afficher le fichier Open project: mitchcapper/KPEntryTemplates

Méthodes publiques

Свойство Type Description
fieldName string
options string
position int
title string
type string

Méthodes publiques

Méthode Description
EntryTemplate ( string title, string fieldName, string type, int position, String options ) : System
EntryTemplate ( string title, string fieldName, string type, string position, String options ) : System

Method Details

EntryTemplate() public méthode

public EntryTemplate ( string title, string fieldName, string type, int position, String options ) : System
title string
fieldName string
type string
position int
options String
Résultat System

EntryTemplate() public méthode

public EntryTemplate ( string title, string fieldName, string type, string position, String options ) : System
title string
fieldName string
type string
position string
options String
Résultat System

Property Details

fieldName public_oe property

public string fieldName
Résultat string

options public_oe property

public string options
Résultat string

position public_oe property

public int position
Résultat int

title public_oe property

public string title
Résultat string

type public_oe property

public string type
Résultat string