C# 클래스 LtiLibrary.Core.Profiles.ToolConsumerProfile

The ToolConsumerProfile advertises the Tool Consumer's capabilities and services offered.
The ToolConsumerProfile (and all of its members) conform to JSON-LD conventions. Briefly, JSON-LD adds semantics to a JSON document by associating properties that may appear in a document with well-defined data types through the use of a so-called "context". The JSON-LD standard reserves a handful of property names and tokens that have special meaning. These names and tokens, described below, begin with the '@' symbol. @context - Used to reference (by URI or by value) a context which declares the simple names that appear throughout a JSON document. @id - Used to uniquely identify things that are being described in the JSON document. The value of an @id property is either a fully-qualified URI, a CURIE, or a simple name that expands to a fully-qualified URI by virtue of the rules defined in the JSON-LD Context. @type - Used to set the data type of an object or property value.
상속: LtiLibrary.Core.Common.JsonLdObject
파일 보기 프로젝트 열기: easygenerator/LtiLibrary 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToolConsumerProfile ( ) : System.Collections.Generic

메소드 상세

ToolConsumerProfile() 공개 메소드

public ToolConsumerProfile ( ) : System.Collections.Generic
리턴 System.Collections.Generic