C# 클래스 Hypermedia.Sample.WebApi.Resources.PostResourceExtensions

파일 보기 프로젝트 열기: cosullivan/Hypermedia

공개 메소드들

메소드 설명
PopulateComments ( IReadOnlyList resources, IDatabase database ) : void

Populate the OwnerUser property.

PopulateOwnerUser ( IReadOnlyList resources, IDatabase database ) : void

Populate the OwnerUser property.

비공개 메소드들

메소드 설명
Populate ( this resources, IDatabase database ) : IReadOnlyList

Populate the related resource properties.

Populate ( this resource, IDatabase database ) : PostResource

Populate the related resource properties.

메소드 상세

PopulateComments() 공개 정적인 메소드

Populate the OwnerUser property.
public static PopulateComments ( IReadOnlyList resources, IDatabase database ) : void
resources IReadOnlyList The list of resources to populate.
database IDatabase The database instance to use when populating.
리턴 void

PopulateOwnerUser() 공개 정적인 메소드

Populate the OwnerUser property.
public static PopulateOwnerUser ( IReadOnlyList resources, IDatabase database ) : void
resources IReadOnlyList The list of resources to populate.
database IDatabase The database instance to use when populating.
리턴 void