Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the content type property by the specific index. | ||
function | get(name) | |
Gets the content type property by the property name. |
Method Summary | ||
---|---|---|
function | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | add(name, value) | |
Adds content type property information. | ||
function | add(name, value, type) | |
Adds content type property information. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : ContentTypeProperty | |
function get(index) |
index
- The index.get : ContentTypeProperty | |
function get(name) |
name
- The property name.Method Detail |
---|
add | |
function add(name, value) |
name: String
- The name of the content type property.value: String
- The value of the content type property.add | |
function add(name, value, type) |
name: String
- The name of the content type property.value: String
- The value of the content type property.type: String
- The type of the content type property.clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |