BAH.BOS.WebAPI.Client.BusinessServiceOperation.ExecuteServiceOperation.SetMethodName C# (CSharp) Méthode

SetMethodName() public méthode

设置方法名称。
public SetMethodName ( string methodName ) : ExecuteServiceOperation
methodName string 方法名称。
Résultat ExecuteServiceOperation
        public virtual ExecuteServiceOperation SetMethodName(string methodName)
        {
            this.MethodName = methodName;
            return this;
        }//end method