Ejemplo n.º 1
0
 public void SetSignaturePolicy(KNS.Installation.Policy policy)
 {
     interceptor.Invoke("setSignaturePolicy$", "setSignaturePolicy(KNS::Installation::Policy)", typeof(void), typeof(KNS.Installation.Policy), policy);
 }
Ejemplo n.º 2
0
 public void SetScope(KNS.Installation.Scope scope)
 {
     interceptor.Invoke("setScope$", "setScope(KNS::Installation::Scope)", typeof(void), typeof(KNS.Installation.Scope), scope);
 }
Ejemplo n.º 3
0
 /// <remarks>
 ///  Sets the category description.
 ///      </remarks>        <short>    Sets the category description.</short>
 public void SetDescription(KNS.KTranslatable type)
 {
     interceptor.Invoke("setDescription#", "setDescription(const KNS::KTranslatable&)", typeof(void), typeof(KNS.KTranslatable), type);
 }
Ejemplo n.º 4
0
 /// <remarks>
 ///  Sets the name for this category.
 ///      </remarks>        <short>    Sets the name for this category.</short>
 public void SetName(KNS.KTranslatable name)
 {
     interceptor.Invoke("setName#", "setName(const KNS::KTranslatable&)", typeof(void), typeof(KNS.KTranslatable), name);
 }
Ejemplo n.º 5
0
 public Author(KNS.Author other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("Author#", "Author(const KNS::Author&)", typeof(void), typeof(KNS.Author), other);
 }
Ejemplo n.º 6
0
 public KTranslatable(KNS.KTranslatable arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTranslatable#", "KTranslatable(const KNS::KTranslatable&)", typeof(void), typeof(KNS.KTranslatable), arg1);
 }