C# Class SenseNet.ContentRepository.ExpenseClaim

Inheritance: Folder
Show file Open project: maxpavlov/FlexNet

Public Methods

Method 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

Protected Methods

Method Description
ExpenseClaim ( NodeToken nt ) : System.Collections.Generic

Private Methods

Method Description
GetAssociatedWorkflow ( ) : Node

Method Details

ExpenseClaim() public method

public ExpenseClaim ( Node parent ) : System.Collections.Generic
parent Node
return System.Collections.Generic

ExpenseClaim() public method

public ExpenseClaim ( Node parent, string nodeTypeName ) : System.Collections.Generic
parent Node
nodeTypeName string
return System.Collections.Generic

ExpenseClaim() protected method

protected ExpenseClaim ( NodeToken nt ) : System.Collections.Generic
nt SenseNet.ContentRepository.Storage.NodeToken
return System.Collections.Generic

GetApprover() public method

public GetApprover ( ) : User
return User

GetApprover() public method

public GetApprover ( int budgetLimit, User CEO ) : User
budgetLimit int
CEO User
return User

GetProperty() public method

public GetProperty ( string name ) : object
name string
return object

SetProperty() public method

public SetProperty ( string name, object value ) : void
name string
value object
return void