C# Class Postworthy.Models.Web.Article

Inheritance: RepositoryEntity
Afficher le fichier Open project: postworthy/postworthy Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Article ( ) : System
GetSlug ( int maxLength = 100 ) : string
ID ( ) : uint
IsEqual ( RepositoryEntity other ) : bool
TaglessSubTitle ( ) : string
TaglessTitle ( ) : string

Method Details

Article() public méthode

public Article ( ) : System
Résultat System

GetSlug() public méthode

public GetSlug ( int maxLength = 100 ) : string
maxLength int
Résultat string

ID() public méthode

public ID ( ) : uint
Résultat uint

IsEqual() public méthode

public IsEqual ( RepositoryEntity other ) : bool
other RepositoryEntity
Résultat bool

TaglessSubTitle() public méthode

public TaglessSubTitle ( ) : string
Résultat string

TaglessTitle() public méthode

public TaglessTitle ( ) : string
Résultat string