Метод | Описание | |
---|---|---|
BuildTypeDescription ( ) : IClass |
Builds the type description.
|
|
BuildTypeDescription ( bool &requiresRdf ) : IClass |
Builds the type description.
|
|
ContainsType ( |
Determines whether the given type is already described and available in the context.
|
|
Describe ( IClass resource, bool requiresRdf ) : void |
Describes the current type.
|
|
IsTypeComplete ( |
Determines whether the type described in the context is complete.
|
|
Prescribe ( IClass resource, bool requiresRdf ) : void |
Prescribes the current type as being still under construction.
|
|
RequiresRdf ( |
Checks whether the given type requires an RDF approach.
|
|
SubClass ( IClass @class, |
Creates a sub-class of the given class.
|
|
this ( |
Gets the description for given type.
|
Метод | Описание | |
---|---|---|
DescriptionContext ( IApiDocumentation apiDocumentation, ITypeDescriptionBuilder typeDescriptionBuilder, |
||
ForType ( IApiDocumentation apiDocumentation, |
||
ForType ( |
public BuildTypeDescription ( bool &requiresRdf ) : IClass | ||
requiresRdf | bool | Flag determining whether the context's type requires an RDF approach. |
Результат | IClass |
public ContainsType ( |
||
type | The type to check for existence. | |
Результат | bool |
public Describe ( IClass resource, bool requiresRdf ) : void | ||
resource | IClass | The resource describing a type. |
requiresRdf | bool | Flag determining whether the type requires RDF approach. |
Результат | void |
public IsTypeComplete ( |
||
type | The type to check for completion. | |
Результат | bool |
public Prescribe ( IClass resource, bool requiresRdf ) : void | ||
resource | IClass | The resource describing a type. |
requiresRdf | bool | Flag determining whether the type requires RDF approach. |
Результат | void |
public RequiresRdf ( |
||
type | The type to check. | |
Результат | bool |
public SubClass ( IClass @class, |
||
@class | IClass | |
contextTypeOverride | The type that should override the one in this context. | |
Результат | IClass |
public this ( |
||
type | The type for which to obtain the description. | |
Результат | IClass |