CHAOS.Portal.Client.MCM.Extensions.ObjectTypeExtension.Set C# (CSharp) Method

Set() public method

public Set ( string name, uint id ) : IServiceCallState>
name string
id uint
return IServiceCallState>
		public IServiceCallState<PagedResult<ObjectType>> Set(string name, uint? id)
		{
			return CallService<PagedResult<ObjectType>>(HTTPMethod.POST, name, id);
		}
ObjectTypeExtension