CHAOS.Portal.Client.MCM.Extensions.ObjectRelationTypeExtension.Get C# (CSharp) Méthode

Get() public méthode

public Get ( int id, string name ) : IServiceCallState>
id int
name string
Résultat IServiceCallState>
		public IServiceCallState<PagedResult<ObjectRelationType>> Get(int? id, string name)
		{
			return CallService<PagedResult<ObjectRelationType>>(HTTPMethod.GET, id, name);
		}
ObjectRelationTypeExtension