public FsmBehaviorProfile(global::omg.org.RTC.FsmBehaviorProfile source) { _ActionComponent = new ReactiveRTM.RTC.FsmParticipantActionStub(source.action_component); _Id = source.id; }
public FsmBehaviorProfile() { _ActionComponent = default(ReactiveRTM.RTC.FsmParticipantAction); _Id = string.Empty; }