Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current SchemaSemantics.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
Initialize ( Sdl.Web.Common.Configuration.Localization localization ) : void |
Initializes an existing instance: determines the Vocab property.
|
|
SchemaSemantics ( ) : System |
Initializes a new empty instance of the SchemaSemantics class. Used by JSON deserialer. |
|
SchemaSemantics ( string prefix, string entity, Sdl.Web.Common.Configuration.Localization localization ) : System |
Initializes a new instance of the SchemaSemantics class.
|
|
ToString ( ) : string |
Provides a string representation of the object.
|
Method | Description | |
---|---|---|
SchemaSemantics ( string entity ) : System | ||
SchemaSemantics ( string prefix, string entity ) : System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |
public Initialize ( Sdl.Web.Common.Configuration.Localization localization ) : void | ||
localization | Sdl.Web.Common.Configuration.Localization | The context Localization. |
return | void |
public SchemaSemantics ( string prefix, string entity, Sdl.Web.Common.Configuration.Localization localization ) : System | ||
prefix | string | Vocabulary prefix |
entity | string | Entity name |
localization | Sdl.Web.Common.Configuration.Localization | The context Localization (used to determine |
return | System |