Property | Type | Description | |
---|---|---|---|
fieldName | string | ||
options | string | ||
position | int | ||
title | string | ||
type | string |
Method | 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 |
public EntryTemplate ( string title, string fieldName, string type, int position, String options ) : System | ||
title | string | |
fieldName | string | |
type | string | |
position | int | |
options | String | |
return | System |
public EntryTemplate ( string title, string fieldName, string type, string position, String options ) : System | ||
title | string | |
fieldName | string | |
type | string | |
position | string | |
options | String | |
return | System |