CHAOS.Portal.Client.MCM.Extensions.MetadataSchemaExtension.Get C# (CSharp) 메소드

Get() 공개 메소드

public Get ( System.Guid guid ) : IServiceCallState>
guid System.Guid
리턴 IServiceCallState>
		public IServiceCallState<PagedResult<MetadataSchema>> Get(Guid? guid)
		{
			return CallService<PagedResult<MetadataSchema>>(HTTPMethod.GET, guid);
		}
MetadataSchemaExtension