C# Class SenseNet.ContentRepository.ExpenseClaim

Inheritance: Folder
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
ExpenseClaim ( Node parent ) : System.Collections.Generic
ExpenseClaim ( Node parent, string nodeTypeName ) : System.Collections.Generic
GetApprover ( ) : User
GetApprover ( int budgetLimit, User CEO ) : User
GetProperty ( string name ) : object
SetProperty ( string name, object value ) : void

Méthodes protégées

Méthode Description
ExpenseClaim ( NodeToken nt ) : System.Collections.Generic

Private Methods

Méthode Description
GetAssociatedWorkflow ( ) : Node

Method Details

ExpenseClaim() public méthode

public ExpenseClaim ( Node parent ) : System.Collections.Generic
parent Node
Résultat System.Collections.Generic

ExpenseClaim() public méthode

public ExpenseClaim ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
Résultat System.Collections.Generic

ExpenseClaim() protected méthode

protected ExpenseClaim ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
Résultat System.Collections.Generic

GetApprover() public méthode

public GetApprover ( ) : User
Résultat User

GetApprover() public méthode

public GetApprover ( int budgetLimit, User CEO ) : User
budgetLimit int
CEO User
Résultat User

GetProperty() public méthode

public GetProperty ( string name ) : object
name string
Résultat object

SetProperty() public méthode

public SetProperty ( string name, object value ) : void
name string
value object
Résultat void