C# 클래스 Rock.Workflow.Action.PersonPropertyUpdate

상속: ActionComponent
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool

Executes the specified workflow.

GetDefinedValueId ( string value, System.Guid definedTypeGuid, RockContext rockContext ) : int?

Gets the defined value identifier.

메소드 상세

Execute() 공개 메소드

Executes the specified workflow.
public Execute ( RockContext rockContext, WorkflowAction action, Object entity, List &errorMessages ) : bool
rockContext Rock.Data.RockContext The rock context.
action WorkflowAction The action.
entity Object The entity.
errorMessages List The error messages.
리턴 bool

GetDefinedValueId() 공개 메소드

Gets the defined value identifier.
public GetDefinedValueId ( string value, System.Guid definedTypeGuid, RockContext rockContext ) : int?
value string The value.
definedTypeGuid System.Guid The defined type unique identifier.
rockContext Rock.Data.RockContext The rock context.
리턴 int?