Class MauroDataMapperEndpoint
Inheritance
System.Object
MauroDataMapperEndpoint
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: mdm-api-dotnet-restful.dll
Syntax
public sealed class MauroDataMapperEndpoint
Constructors
|
Improve this Doc
View Source
MauroDataMapperEndpoint(String)
Declaration
public MauroDataMapperEndpoint(string representation)
Parameters
Type |
Name |
Description |
System.String |
representation |
|
Fields
|
Improve this Doc
View Source
ADD_DATACLASS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint ADD_DATACLASS_ENDPOINT
Field Value
|
Improve this Doc
View Source
ADD_DATAELEMENT_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint ADD_DATAELEMENT_ENDPOINT
Field Value
|
Improve this Doc
View Source
ADD_DATAMODEL_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint ADD_DATAMODEL_ENDPOINT
Field Value
|
Improve this Doc
View Source
ADD_DATATYPE_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint ADD_DATATYPE_ENDPOINT
Field Value
|
Improve this Doc
View Source
AUTHENTICATED_SESSION
Declaration
public static readonly MauroDataMapperEndpoint AUTHENTICATED_SESSION
Field Value
|
Improve this Doc
View Source
DATAMODEL_ID
Declaration
public static readonly MauroDataMapperEndpoint DATAMODEL_ID
Field Value
|
Improve this Doc
View Source
DATAMODEL_LIST_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint DATAMODEL_LIST_ENDPOINT
Field Value
|
Improve this Doc
View Source
DATATYPE_ENDPOINT_BYLABEL
Declaration
public static readonly MauroDataMapperEndpoint DATATYPE_ENDPOINT_BYLABEL
Field Value
|
Improve this Doc
View Source
DATATYPE_ENDPOINT_LIST
Declaration
public static readonly MauroDataMapperEndpoint DATATYPE_ENDPOINT_LIST
Field Value
|
Improve this Doc
View Source
DELETE_CODESET_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint DELETE_CODESET_ENDPOINT
Field Value
|
Improve this Doc
View Source
DELETE_DATAMODEL_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint DELETE_DATAMODEL_ENDPOINT
Field Value
|
Improve this Doc
View Source
DELETE_FOLDER_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint DELETE_FOLDER_ENDPOINT
Field Value
|
Improve this Doc
View Source
DELETE_TERMINOLOGY_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint DELETE_TERMINOLOGY_ENDPOINT
Field Value
|
Improve this Doc
View Source
EXPORT_MODEL_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint EXPORT_MODEL_ENDPOINT
Field Value
|
Improve this Doc
View Source
EXPORT_MODEL_ENDPOINT2
Declaration
public static readonly MauroDataMapperEndpoint EXPORT_MODEL_ENDPOINT2
Field Value
|
Improve this Doc
View Source
EXPORT_TERMINOLOGY_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint EXPORT_TERMINOLOGY_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_CREATE
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_CREATE
Field Value
|
Improve this Doc
View Source
FOLDER_DETAILS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_DETAILS_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_LIST_CODESETS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_LIST_CODESETS_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_LIST_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_LIST_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_LIST_MODELS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_LIST_MODELS_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_LIST_SUBFOLDERS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_LIST_SUBFOLDERS_ENDPOINT
Field Value
|
Improve this Doc
View Source
FOLDER_LIST_TERMINOLOGIES_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint FOLDER_LIST_TERMINOLOGIES_ENDPOINT
Field Value
|
Improve this Doc
View Source
IMPORT_MODEL_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint IMPORT_MODEL_ENDPOINT
Field Value
|
Improve this Doc
View Source
IMPORT_TERMINOLOGY_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint IMPORT_TERMINOLOGY_ENDPOINT
Field Value
|
Improve this Doc
View Source
LOGIN_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint LOGIN_ENDPOINT
Field Value
|
Improve this Doc
View Source
LOGOUT_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint LOGOUT_ENDPOINT
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint METADATA_CREATE
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint METADATA_ID
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint METADATA_LIST
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint SUMMARY_METADATA_CREATE
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint SUMMARY_METADATA_ID
Field Value
|
Improve this Doc
View Source
Declaration
public static readonly MauroDataMapperEndpoint SUMMARY_METADATA_LIST
Field Value
|
Improve this Doc
View Source
TERMINOLOGY_LIST_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint TERMINOLOGY_LIST_ENDPOINT
Field Value
|
Improve this Doc
View Source
UPDATE_DATACLASS_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint UPDATE_DATACLASS_ENDPOINT
Field Value
|
Improve this Doc
View Source
UPDATE_DATAELEMENT_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint UPDATE_DATAELEMENT_ENDPOINT
Field Value
|
Improve this Doc
View Source
UPDATE_DATAMODEL_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint UPDATE_DATAMODEL_ENDPOINT
Field Value
|
Improve this Doc
View Source
UPDATE_TERM_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint UPDATE_TERM_ENDPOINT
Field Value
|
Improve this Doc
View Source
VALID_SESSION_ENDPOINT
Declaration
public static readonly MauroDataMapperEndpoint VALID_SESSION_ENDPOINT
Field Value
Properties
|
Improve this Doc
View Source
_representation
Declaration
public string _representation { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
build(IList<String>)
Declaration
public string build(IList<string> paramList)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IList<System.String> |
paramList |
|
Returns
Type |
Description |
System.String |
|