C# Class Org.IdentityConnectors.Framework.Common.Objects.Script

Represents a script in a scripting language.
Afficher le fichier Open project: Tirasa/ConnId

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
Script ( string scriptLanguage, string scriptText ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string