C# Class BExIS.Web.Shell.Areas.DCM.Models.CreateDataset.StepModelHelper

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
DisplayName ( ) : string
GetXPathFromSimpleAttribute ( long id ) : string
GetXPathFromSimpleAttribute ( long id, long number ) : string
IsEmpty ( ) : bool
IsParentActive ( ) : bool
StepModelHelper ( ) : System
StepModelHelper ( int stepId, int number, BaseUsage usage, string xpath, StepModelHelper parent ) : System

Private Methods

Méthode Description
IsChoice ( BaseUsage usage ) : bool
SetActiveByPreload ( ) : bool

Method Details

DisplayName() public méthode

public DisplayName ( ) : string
Résultat string

GetXPathFromSimpleAttribute() public méthode

public GetXPathFromSimpleAttribute ( long id ) : string
id long
Résultat string

GetXPathFromSimpleAttribute() public méthode

public GetXPathFromSimpleAttribute ( long id, long number ) : string
id long
number long
Résultat string

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

IsParentActive() public méthode

public IsParentActive ( ) : bool
Résultat bool

StepModelHelper() public méthode

public StepModelHelper ( ) : System
Résultat System

StepModelHelper() public méthode

public StepModelHelper ( int stepId, int number, BaseUsage usage, string xpath, StepModelHelper parent ) : System
stepId int
number int
usage BaseUsage
xpath string
parent StepModelHelper
Résultat System