C# Класс Roadkill.Core.Mvc.ViewModels.RelViewModel

Provides a data summary class for creating and saving relationship details.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetOrg ( int orgID ) : string

Returns the organisation name

GetRelType ( int relTypeID ) : string

Returns the organisation name

GetUser ( string username ) : string

Returns the user name

RelViewModel ( ) : System

Constructor used by none-controllers

RelViewModel ( Relationship rel ) : System

Takes all properties on Rel and fills them on in the RelViewModel

Приватные методы

Метод Описание
GetAppSettings ( ) : Roadkill.Core.Configuration.ApplicationSettings

Описание методов

GetOrg() публичный Метод

Returns the organisation name
public GetOrg ( int orgID ) : string
orgID int
Результат string

GetRelType() публичный Метод

Returns the organisation name
public GetRelType ( int relTypeID ) : string
relTypeID int
Результат string

GetUser() публичный Метод

Returns the user name
public GetUser ( string username ) : string
username string
Результат string

RelViewModel() публичный Метод

Constructor used by none-controllers
public RelViewModel ( ) : System
Результат System

RelViewModel() публичный Метод

Takes all properties on Rel and fills them on in the RelViewModel
public RelViewModel ( Relationship rel ) : System
rel Roadkill.Core.Database.Relationship
Результат System