C# Class Axiom.Scripting.ScriptablePropertyAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: WolfgangSt/axiom

Public Properties

Property Type Description
ScriptPropertyName string

Public Methods

Method Description
ScriptablePropertyAttribute ( string scriptPropertyName ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System

Method Details

ScriptablePropertyAttribute() public method

public ScriptablePropertyAttribute ( string scriptPropertyName ) : System
scriptPropertyName string
return System

ScriptablePropertyAttribute() public method

public ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
scriptPropertyName string
description string
return System

ScriptablePropertyAttribute() public method

public ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System
scriptPropertyName string
description string
owner System.Type
return System

Property Details

ScriptPropertyName public_oe property

public string ScriptPropertyName
return string