C# Class Itenso.Rtf.Model.RtfDocumentProperty

Inheritance: IRtfDocumentProperty
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System
RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System
ToString ( ) : string

Private Methods

Méthode Description
ComputeHashCode ( ) : int
IsEqual ( object obj ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RtfDocumentProperty() public méthode

public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue ) : System
propertyKindCode int
name string
staticValue string
Résultat System

RtfDocumentProperty() public méthode

public RtfDocumentProperty ( int propertyKindCode, string name, string staticValue, string linkValue ) : System
propertyKindCode int
name string
staticValue string
linkValue string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string