C# Class Axiom.Scripting.ScriptablePropertyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Свойство Type Description
ScriptPropertyName string

Méthodes publiques

Méthode Description
ScriptablePropertyAttribute ( string scriptPropertyName ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System

Method Details

ScriptablePropertyAttribute() public méthode

public ScriptablePropertyAttribute ( string scriptPropertyName ) : System
scriptPropertyName string
Résultat System

ScriptablePropertyAttribute() public méthode

public ScriptablePropertyAttribute ( string scriptPropertyName, string description ) : System
scriptPropertyName string
description string
Résultat System

ScriptablePropertyAttribute() public méthode

public ScriptablePropertyAttribute ( string scriptPropertyName, string description, Type owner ) : System
scriptPropertyName string
description string
owner System.Type
Résultat System

Property Details

ScriptPropertyName public_oe property

public string ScriptPropertyName
Résultat string