Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ResourceTemplatePropertyResource: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "{{CGscriptClass_Template |Name=ResourceTemplatePropertyResource |Description=A Resource property on a resource template |Constructors= {{CGscriptConstructors_Template|Paramete..."
 
Nguyenduyan (talk | contribs)
No edit summary
Line 16: Line 16:
{{CGscriptParameters_Template|Type=int|Name=resourceType|Description=ResourceType}}
{{CGscriptParameters_Template|Type=int|Name=resourceType|Description=ResourceType}}
|Description=Get allowed resource templates resource ids for a given resource type. Empty means none, array with no entries means all.}}
|Description=Get allowed resource templates resource ids for a given resource type. Empty means none, array with no entries means all.}}
{{CGscriptMethods_Template|ReturnType=Empty|Name=Delete|Description=Delete the property}}
{{CGscriptMethods_Template|ReturnType=Empty|Name=RemoveAllowedResourceType|Parameters=
{{CGscriptMethods_Template|ReturnType=Empty|Name=RemoveAllowedResourceType|Parameters=
{{CGscriptParameters_Template|Type=int|Name=resourceType|Description=ResourceType}}
{{CGscriptParameters_Template|Type=int|Name=resourceType|Description=ResourceType}}

Revision as of 10:17, 15 November 2016

ResourceTemplatePropertyResource



A Resource property on a resource template

Constructors

  • (string label "Set label", bool required "Set required", string description "Set description", ResourceTemplate resourceTemplate "ResourceTemplate property gets added to") - Create new Resource property

Methods

  • Empty AddAllowedResourceType(int resourceType "ResourceType") - Set all templates of given resource type allowed
  • Empty AddAllowedResourceType(int resourceType "ResourceType", array specificResourceTemplates "Array of resource template resource ids") - Set specific templates of given resource type allowed
  • Array of number AllowsResourceType(int resourceType "ResourceType") - Get allowed resource templates resource ids for a given resource type. Empty means none, array with no entries means all.
  • Empty Delete() - Delete the property
  • Empty RemoveAllowedResourceType(int resourceType "ResourceType") - Set all templates of given resource type disallowed
  • string ToString() - The string representation of the object.

Properties

  • string Description { get; set; } - Get/set Description
  • string Label { get; set; } - Get/set Label
  • string ObjectTypeName { get; } - The name of the type of object.
  • bool Required { get; set; } - Get/set Required
  • TypeInformation TypeInformation { get; } - Get information about this class.