C# Class OpenHome.Git.TreeModifiable

Inheritance: ITreeModifiable
Afficher le fichier Open project: openhome/ohGit Class Usage Examples

Private Properties

Свойство Type Description
CheckAdd void
CheckDelete void
CheckWritten void
TreeModifiable System
Write ITree

Méthodes publiques

Méthode Description
AddBlob ( byte aContents, string aName, string aMode ) : void
AddTree ( string aName, string aMode ) : ITreeModifiable
ChangeMode ( string aName, string aMode ) : void
Delete ( string aName ) : void
ModifyBlob ( byte aContents, string aName ) : void
ModifyTree ( string aName ) : ITreeModifiable

Méthodes protégées

Méthode Description
Find ( string aName ) : ITreeEntry

Private Methods

Méthode Description
CheckAdd ( string aName ) : void
CheckDelete ( string aName ) : void
CheckWritten ( ) : void
TreeModifiable ( Repository aRepository, ITree aTree ) : System
Write ( ) : ITree

Method Details

AddBlob() public méthode

public AddBlob ( byte aContents, string aName, string aMode ) : void
aContents byte
aName string
aMode string
Résultat void

AddTree() public méthode

public AddTree ( string aName, string aMode ) : ITreeModifiable
aName string
aMode string
Résultat ITreeModifiable

ChangeMode() public méthode

public ChangeMode ( string aName, string aMode ) : void
aName string
aMode string
Résultat void

Delete() public méthode

public Delete ( string aName ) : void
aName string
Résultat void

Find() protected méthode

protected Find ( string aName ) : ITreeEntry
aName string
Résultat ITreeEntry

ModifyBlob() public méthode

public ModifyBlob ( byte aContents, string aName ) : void
aContents byte
aName string
Résultat void

ModifyTree() public méthode

public ModifyTree ( string aName ) : ITreeModifiable
aName string
Résultat ITreeModifiable