CHAOS.Portal.Client.MCM.Extensions.ObjectRelationTypeExtension.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( int id, string name ) : IServiceCallState>
id int
name string
리턴 IServiceCallState>
		public IServiceCallState<PagedResult<ScalarResult>> Update(int id, string name)
		{
			return CallService<PagedResult<ScalarResult>>(HTTPMethod.POST, id, name);
		}
ObjectRelationTypeExtension